Skip to content

Commit

Permalink
fix(changelog): fix wrong "Features" header type and pr link
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Aug 17, 2019
1 parent 44e12ee commit b86f660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

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

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

Expand Down

0 comments on commit b86f660

Please sign in to comment.