CHANGELOG.md in rapporteur-3.2.0 vs CHANGELOG.md in rapporteur-3.3.0
- old
+ new
@@ -8,10 +8,21 @@
## [HEAD][unreleased] / unreleased
* No significant changes.
+## [3.3.0][v3.3.0] / 2015-02-03
+
+* Remove the customized Rapporteur::Responder (an ActionController::Responder)
+ since responders were removed from Rails core in version 4.2 and inline the
+ logic into the StatusesController.
+* Register Rapporteur::Engine routes for Rails 4.2 support.
+* Auto-mount the engine routes and force definition of an application `status`
+ route for backward compatibility. Otherwise, developers would seemingly need
+ to either manually mount the engine or define an application-level named
+ route for the status endpoint.
+
## [3.2.0][v3.2.0] / 2015-02-02
* Update the Rails route definition to force (and default) a JSON format. The
intent is to fix an issue where Rails auto-appended a `(.:format)` segment to
the fixed route and broke `/status.json` route matching. See
@@ -103,10 +114,11 @@
## 1.0.0 / 2013-05-19
* Initial public release.
-[unreleased]: https://github.com/codeschool/rapporteur/compare/v3.2.0...master
+[unreleased]: https://github.com/codeschool/rapporteur/compare/v3.3.0...master
+[v3.3.0]: https://github.com/codeschool/rapporteur/compare/v3.2.0...v3.3.0
[v3.2.0]: https://github.com/codeschool/rapporteur/compare/v3.1.0...v3.2.0
[v3.1.0]: https://github.com/codeschool/rapporteur/compare/v3.0.2...v3.1.0
[v3.0.2]: https://github.com/codeschool/rapporteur/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/codeschool/rapporteur/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/codeschool/rapporteur/compare/v2.1.0...v3.0.0