Skip to content

Commit

Permalink
Update CHANGELOG.md to remove vNEXT from v2.4.0 header.
Browse files Browse the repository at this point in the history
This was inadvertently left in place as I didn't run into the usual
merge-conflict that I usually do on the CHANGELOG.md which is my natural
ergonomic which usually leads me to fixing it.  Apologies!
  • Loading branch information
abernix committed Feb 8, 2019
1 parent 0c98fbd commit 5065360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### vNEXT (v2.4.0)
### vNEXT

### v2.4.0

- Implement an in-memory cache store to save parsed and validated documents and provide performance benefits for repeat executions of the same document. [PR #2111](https://github.com/apollographql/apollo-server/pull/2111) (`>=2.4.0-alpha.0`)
- Fix: Serialize arrays as JSON on fetch in `RESTDataSource`. [PR #2219](https://github.com/apollographql/apollo-server/pull/2219)
Expand Down

0 comments on commit 5065360

Please sign in to comment.