Skip to content

Commit 2b4227e

Browse files
chore(compiler): fix PR number in the changelog (#802)
1 parent 863d118 commit 2b4227e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/apollo-compiler/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2626

2727
## Features
2828
- **Implement `fmt::Display` for `ComponentName` - [goto-bus-stop], [pull/795]**
29-
- **Add `FieldDefinition::argument_by_name` and `DirectiveDefinition::argument_by_name` - [goto-bus-stop], [pull/FIXME]**
29+
- **Add `FieldDefinition::argument_by_name` and `DirectiveDefinition::argument_by_name` - [goto-bus-stop], [pull/801]**
3030
- These methods return an argument definition by name, or `None`.
3131

3232
[goto-bus-stop]: https://github.com/goto-bus-stop]
3333
[pull/795]: https://github.com/apollographql/apollo-rs/pull/795
3434
[pull/798]: https://github.com/apollographql/apollo-rs/pull/798
35+
[pull/801]: https://github.com/apollographql/apollo-rs/pull/801
3536

3637
# [1.0.0-beta.11](https://crates.io/crates/apollo-compiler/1.0.0-beta.11) - 2023-12-19
3738

0 commit comments

Comments
 (0)