CHANGELOG.md in rapporteur-3.0.2 vs CHANGELOG.md in rapporteur-3.1.0
- old
+ new
@@ -2,10 +2,21 @@
## [HEAD][unreleased] / unreleased
* No significant changes.
+## [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.
+* Update the packaged RSpec matchers to allow matching against regular
+ expressions or strings.
+* Add support for deprecation-less RSpec 3 by introducing rapporteur/rspec3.
+* Removed official support for Rails 3.1.x, as it is no longer supported by the
+ Rails core team.
+
## [3.0.2][v3.0.2] / 2014-05-17
* Test for and allow compatibility with railties 4.1.
## [3.0.1][v3.0.1] / 2013-08-23
@@ -79,10 +90,11 @@
## 1.0.0 / 2013-05-19
* Initial public release.
-[unreleased]: https://github.com/codeschool/rapporteur/compare/v3.0.2...master
+[unreleased]: https://github.com/codeschool/rapporteur/compare/v3.1.0...master
+[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
[v2.0.1]: https://github.com/codeschool/rapporteur/compare/v2.0.0...v2.0.1