Skip to content

Commit b86f660

Browse files
committed
fix(changelog): fix wrong "Features" header type and pr link
1 parent 44e12ee commit b86f660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Unreleased
44
<!-- here goes all the unreleased changes descriptions -->
5-
## Features
5+
### Features
66
- rename `DepreciationOptions` interface to `DeprecationOptions` and deprecate the old one
77
- update deps to newest minor versions (`tslib`, `semver`, `graphql-query-complexity` and `glob`)
8-
- support nested array types (`@Field(() => [[Int]])`)
8+
- support nested array types (`@Field(type => [[Int]])`) (#393)
99

1010
## v0.17.4
11-
## Features
11+
### Features
1212
- add support for creating custom parameter decorators (#329)
1313
- allow to provide custom `subscribe` function in `@Subscription` decorator (#328)
1414

0 commit comments

Comments
 (0)