From 36f2a156f171e2adee64d0c1079ed8c7f9d7d840 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Tue, 26 Feb 2019 13:11:12 +0200 Subject: [PATCH] Update CHANGELOG.md to include reference to #1882. Closes https://github.com/apollographql/apollo-server/issues/1882. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8722bfb5..8c7fdacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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