CHANGELOG.md in rapporteur-3.5.1 vs CHANGELOG.md in rapporteur-3.6.0

- old
+ new

@@ -8,10 +8,16 @@ ## [HEAD][] / unreleased * No significant changes. +## [3.6.0][] / 2017-06-10 + +* Add `expires_now` to the Rails controller's status response. This ensures the + `Cache-Control` header instructs the client to not cache the response and + avoids the `ETag` header being generated. + ## [3.5.1][] / 2016-02-08 * Fix automatic Rapporteur mount detection logic under Rails 4.0 and 4.1. The mapper constraints used in 4.2 were not used in 4.0 and 4.1, causing a method reference error. See #15, thanks to [sshaw][]. @@ -153,6 +159,7 @@ [3.2.0]: https://github.com/envylabs/rapporteur/compare/v3.1.0...v3.2.0 [3.3.0]: https://github.com/envylabs/rapporteur/compare/v3.2.0...v3.3.0 [3.4.0]: https://github.com/envylabs/rapporteur/compare/v3.3.0...v3.4.0 [3.5.0]: https://github.com/envylabs/rapporteur/compare/v3.4.0...v3.5.0 [3.5.1]: https://github.com/envylabs/rapporteur/compare/v3.5.0...v3.5.1 -[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.5.1...master +[3.6.0]: https://github.com/envylabs/rapporteur/compare/v3.5.1...v3.6.0 +[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.6.0...master