CHANGELOG.md in rapporteur-3.1.0 vs CHANGELOG.md in rapporteur-3.2.0
- old
+ new
@@ -1,11 +1,24 @@
# Rapporteur changelog
+[![Gem Version](http://img.shields.io/gem/v/rapporteur.svg?style=flat)](http://rubygems.org/gems/rapporteur)
+[![Build Status](http://img.shields.io/travis/codeschool/rapporteur/master.svg?style=flat)](https://travis-ci.org/codeschool/rapporteur)
+[![Code Climate](http://img.shields.io/codeclimate/github/codeschool/rapporteur.svg?style=flat)](https://codeclimate.com/github/codeschool/rapporteur)
+[![Dependency Status](https://gemnasium.com/codeschool/rapporteur.svg)](https://gemnasium.com/codeschool/rapporteur)
+[![Inline docs](http://inch-ci.org/github/codeschool/rapporteur.svg?branch=master)](http://inch-ci.org/github/codeschool/rapporteur)
+
## [HEAD][unreleased] / unreleased
* No significant changes.
+## [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
+ [codeschool/rapporteur#9](https://github.com/codeschool/rapporteur/issues/9).
+
## [3.1.0][v3.1.0] / 2014-07-03
* Remove the explicit railties dependency (was at `'>= 3.1', '< 4.2'`). This
allows Rapporteur to be used in Sinatra applications without loading
railties, actionpack, etc.
@@ -90,10 +103,11 @@
## 1.0.0 / 2013-05-19
* Initial public release.
-[unreleased]: https://github.com/codeschool/rapporteur/compare/v3.1.0...master
+[unreleased]: https://github.com/codeschool/rapporteur/compare/v3.2.0...master
+[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
[v2.1.0]: https://github.com/codeschool/rapporteur/compare/v2.0.1...v2.1.0