Skip to content

Commit bfd2772

Browse files
authored
chore: add missing changelog entry for #987 and #989 (#991)
1 parent 898e8b8 commit bfd2772

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/apollo-compiler/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717
## Maintenance
1818
## Documentation-->
1919

20-
# [x.x.x] (unreleased) - 2025-mm-dd
20+
# [1.30.0] (unreleased) - 2025-08-dd
2121

2222
## Features
2323

2424
- **Adds `ignore_builtin_redefinitions` option to `SchemaBuilder` to allow SDL to contain built-in
2525
scalar definitions - [dariuszkuc], [pull/990]**
2626

27+
## Fixes
28+
29+
- **Fix possible stack overflow in validation of directive definition arguments with nested types - [dariuszkuc], [pull/987]**
30+
- **Fix `iter_origin()` to be a pub method- [duckki], [pull/989]**
2731

2832
# [1.29.0](https://crates.io/crates/apollo-compiler/1.29.0) - 2025-08-08
2933

0 commit comments

Comments
 (0)