Update apollo-cache-control's CHANGELOG.md in preparation for publishing.

This commit is contained in:
Jesse Rosenberger 2019-01-25 18:19:40 +02:00
parent 821578775d
commit 14c93a5ecf
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8

View file

@ -1,18 +1,21 @@
# Changelog
### vNEXT
> **A note on ommitted versions**: Due to the way that the Apollo Server
> monorepo releases occur (via Lerna with _exact_ version pinning), the
> version of the `apollo-cache-control` package is sometimes bumped and
> published despite having no functional changes in its behavior. We will
> always attempt to specifically mention functional changes to the
> `apollo-cache-control` package within this particular `CHANGELOG.md`.
### v0.4.1
* Fix cache hints of `maxAge: 0` to mean "uncachable". (#2197)
* Apply `defaultMaxAge` to scalar fields on the root object. (#2210)
### v0.3.0
* Support calculating Cache-Control HTTP headers when used by `apollo-server@2.0.0`.
(There are a number of other 0.3.x releases as well as 0.4.0 with no code
changes due to how the `apollo-server` release process works.)
### v0.2.0
Moved to the `apollo-server` git repository. No code changes. (There are a