Skip to content

Commit

Permalink
Remove CHANGELOG.md note regarding versioning. (#1704)
Browse files Browse the repository at this point in the history
Since we鈥檝e moved to independent versioning the statement about every package within this repository being at the same version is no longer true.  While we鈥檒l need to improve our `CHANGELOG.md` story a bit to account for this, it鈥檚 best that we remove this statement to avoid confusing library consumers.
  • Loading branch information
abernix committed Sep 26, 2018
1 parent bc9ea7c commit d68f518
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Changelog

All of the packages in the `apollo-server` repo are released with the same version numbers, so a new version of a particular package might not represent an actual change to that package. We generally try to mark changes that affect only one web server integration package with that package name, and don't specify package names for changes that affect most of the packages or which affect shared core packages.

### vNEXT

- Allow an optional function to resolve the `rootValue`, passing the `DocumentNode` AST to determine the value. [PR #1555](https://github.com/apollographql/apollo-server/pull/1555)
Expand Down

0 comments on commit d68f518

Please sign in to comment.