Update CHANGELOG.md in preparation for v2.4.8.

This commit is contained in:
Jesse Rosenberger 2019-02-26 16:20:05 +02:00
parent 628a5c88fa
commit f1a9e39317
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8

View file

@ -2,6 +2,10 @@
### vNEXT
### v2.4.8
- No functional changes in this version. The patch version has been bumped to fix the `README.md` displayed on the [npm package for `apollo-server`](https://npm.im/apollo-server) as a result of a broken publish. Apologies for the additional noise!
### v2.4.7
- 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)