Update CHANGELOG.md in preparation for v2.4.6.

This commit is contained in:
Jesse Rosenberger 2019-02-22 07:08:04 +00:00
parent 8b02c0c440
commit 5bd4438d14

View file

@ -2,6 +2,10 @@
### vNEXT
### v2.4.6
- Allow Node.js-like runtimes to identify as Node.js as well. [PR #2357](https://github.com/apollographql/apollo-server/pull/2357) [Issue #2356](https://github.com/apollographql/apollo-server/issue/2356)
### v2.4.5
- `apollo-server-express`: Export `ExpressContext` [PR #2352](https://github.com/apollographql/apollo-server/pull/2352)