Update CHANGELOG.md to include reference to #1882.

Closes https://github.com/apollographql/apollo-server/issues/1882.
This commit is contained in:
Jesse Rosenberger 2019-02-26 13:11:12 +02:00
parent a4eda7d7cb
commit 36f2a156f1
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8

View file

@ -4,7 +4,7 @@
### v2.4.7
- Fix `ApolloServerExpressConfig` typing which incorrectly included `cors` as part of its constructor options. [PR #2373](https://github.com/apollographql/apollo-server/pull/2373)
- Fix typings which incorrectly included `cors` as part of the constructor options for `apollo-server-express` (it should be defined via `applyMiddleware`) but, conversely, inadvertently omitted the perfectly valid `cors` option from the `apollo-server` constructor (where `applyMiddleware` is not used/available). [PR #2373](https://github.com/apollographql/apollo-server/pull/2373) [Issue #1882](https://github.com/apollographql/apollo-server/issues/1882)
### v2.4.6