Skip to content

Commit d95f5d5

Browse files
authored
fixing changelog links (#7370)
1 parent c57d81f commit d95f5d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project will adhere to [Calendar Versioning](https://calver.org/) starting v20.03.
66

77
## [20.11.1] - 2021-01-27
8-
[20.11.1]: https://github.com/dgraph-io/dgraph/compare/v20.11.1...v20.11.0
8+
[20.11.1]: https://github.com/dgraph-io/dgraph/compare/v20.11.0...v20.11.1
99

1010
### Fixed
1111
- GraphQL
1212
- Fix(subscriptions): fix subscription to use the kv with the max version ([#7349][]) ([#7355][])
13-
- Fix(GraphQl): fix a panic when we pass a single ID as a integer and expected type is [ID].We
13+
- Fix(GraphQl): fix a panic when we pass a single ID as a integer and expected type is `[ID]`.We
1414
now coerce that to type array of string. ([#7325][]) ([#7353][])
1515
- Fix(GRAPHQL): update gqlparser release to v2.1.4 ([#7347][]) ([#7352][])
1616
- Fix(GraphQL): Fix graphql flaky tests which were caused by receiving extra schema updates
1717
([#7329][]) ([#7348][])
1818
- Fix(GraphQL): This PR addd input coercion from single object to list and fix panic when we
1919
pass single ID in filter as a string. ([#7133][]) ([#7306][])
2020
- Fix(GRAPHQL): Don't generate get query on interface if it doesn't have field of type ID and
21-
also disallow get query on field of type @id in inerface. ([#7158][]) ([#7305][])
21+
also disallow get query on field of type `@id` in inerface. ([#7158][]) ([#7305][])
2222
- Fix(GraphQL): This PR fix multi cors and multi schema nodes issue by selecting one of the
2323
latest added nodes, and add dgraph type to cors. ([#7270][]) ([#7302][])
2424
- Fix(GraphQL): This PR allow to use __typename in mutation. ([#7285][]) ([#7303][])
@@ -144,7 +144,7 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start
144144
- Feat(GraphQL): This PR adds parameterised cascade in graphql. ([#6251][])
145145
- Feat(GraphQL): add has filter support ([#6258][])
146146
- Feat(GraphQL): GraphQL now has Int64 as scalar type ([#6200][])
147-
- Feat(GraphQL): @custom HTTP body now supports hardcoded scalars ([#6157][])
147+
- Feat(GraphQL): `@custom` HTTP body now supports hardcoded scalars ([#6157][])
148148
- Feat(GraphQL): Custom logic now supports DQL queries ([#6115][])
149149
- Feat(GraphQL): This PR allows to return errors from custom REST endpoint. ([#6604][])
150150

0 commit comments

Comments
 (0)