Skip to content

Commit e69aac7

Browse files
authored
Updated issue links.
1 parent ef4488c commit e69aac7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Added
1515

16-
- Added new `ResolveWith` descriptor method. #1892
16+
- Added new `ResolveWith` descriptor method. [#1892](https://github.com/ChilliCream/hotchocolate/pull/1892)
1717
- Added support for local schema authentication and multi delegation.
1818
- Added nullable detection with Required attribute.
19-
- Added support for expression syntax on field selectors `descriptor.Field(t => t.Foo.Bar)`. #2157
19+
- Added support for expression syntax on field selectors `descriptor.Field(t => t.Foo.Bar)`. [#2157](https://github.com/ChilliCream/hotchocolate/pull/2157)
2020
- Added TimeSpan scalar.
2121
- Added support for field-scoped services (services that only live for the duration of the field execution).
22-
- Added new `ID` attribute to streamline global object identifiers. #2165
23-
- Added bew `ID` descriptor to streamline global object identifiers. #2166
22+
- Added new `ID` attribute to streamline global object identifiers. [#2165](https://github.com/ChilliCream/hotchocolate/pull/2165)
23+
- Added bew `ID` descriptor to streamline global object identifiers. [#2166](https://github.com/ChilliCream/hotchocolate/pull/2166)
2424

2525
### Changed
2626

27-
- Impoved the connection API for easier integration. #1887
28-
- Unsealed AuthorizeAttribute. #1993
27+
- Impoved the connection API for easier integration. [#1887](https://github.com/ChilliCream/hotchocolate/pull/1887)
28+
- Unsealed AuthorizeAttribute. [#1993](https://github.com/ChilliCream/hotchocolate/pull/1993)
2929
- Expose character-set in content-type.
30-
- Use invariant culture when parsing numbers in AnyType #2134
30+
- Use invariant culture when parsing numbers in AnyType [#2134](https://github.com/ChilliCream/hotchocolate/pull/2134)
3131
- Changed behavior of `SubscribeAttribute` to align better with the behaviour of version 11.
3232
- Changed ID serializer to align better with the behaviour of version 11.
3333

3434
### Fixed
3535

36-
- Fixed ambiguous Nullable Attribute. #1982
37-
- Fixed projection of __typename. #2009
38-
- Fix stitching serialization invalid json. #2024 #1972 #2091
39-
- Fixed the serialization formatter for decimals. #1940
36+
- Fixed ambiguous Nullable Attribute. [#1982](https://github.com/ChilliCream/hotchocolate/pull/1982)
37+
- Fixed projection of __typename. [#2009](https://github.com/ChilliCream/hotchocolate/pull/2009)
38+
- Fix stitching serialization invalid json. [#2024](https://github.com/ChilliCream/hotchocolate/pull/2024) [#1972](https://github.com/ChilliCream/hotchocolate/pull/1972) [#2091](https://github.com/ChilliCream/hotchocolate/pull/2091)
39+
- Fixed the serialization formatter for decimals. [#1940](https://github.com/ChilliCream/hotchocolate/pull/1940)
4040
- Fixed deprecation delegation for schema stitching.
41-
- Fixed optional handling when deserializing input values. #2133 #2153 #2158
41+
- Fixed optional handling when deserializing input values. [#2133](https://github.com/ChilliCream/hotchocolate/pull/2133) [#2153](https://github.com/ChilliCream/hotchocolate/pull/2153) [#2158](https://github.com/ChilliCream/hotchocolate/pull/2158)
4242
- Fixed compile error in templates.
4343
- Fixed schema type discovery issues.
4444
- Fixed field discovery for object type extensions.

0 commit comments

Comments
 (0)