CHANGELOG.md in rapporteur-3.4.0 vs CHANGELOG.md in rapporteur-3.5.0

- old
+ new

@@ -1,17 +1,28 @@ # 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) +[![Build Status](http://img.shields.io/travis/envylabs/rapporteur/master.svg?style=flat)](https://travis-ci.org/envylabs/rapporteur) +[![Code Climate](http://img.shields.io/codeclimate/github/envylabs/rapporteur.svg?style=flat)](https://codeclimate.com/github/envylabs/rapporteur) +[![Dependency Status](https://gemnasium.com/envylabs/rapporteur.svg)](https://gemnasium.com/envylabs/rapporteur) +[![Inline docs](http://inch-ci.org/github/envylabs/rapporteur.svg?branch=master)](http://inch-ci.org/github/envylabs/rapporteur) ## [HEAD][] / unreleased * No significant changes. +## [3.5.0][] / 2016-01-28 + +* Add a backward-compatible fallback to auto-mount the `Rapporteur::Engine` in + a Rails application and deprecation warning if it is not explicitly mounted + by the application. +* Require the parent application to explicitly mount the `Rapporteur::Engine` + in their Rails application. This adds mount point flexibility at the cost of + configuration. +* Change ActiveRecord to use a more database agnostic `select_value` query to + determine availability. See #12. + ## [3.4.0][] / 2016-01-06 * Update the route generation code to no longer use a `.routes` method that becomes private in Rails 5. Thanks to [lsylvester][]. @@ -29,11 +40,11 @@ ## [3.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). + [envylabs/rapporteur#9](https://github.com/envylabs/rapporteur/issues/9). ## [3.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 @@ -121,18 +132,19 @@ * Initial public release. [lsylvester]: https://github.com/lsylvester -[HEAD]: https://github.com/codeschool/rapporteur/compare/v3.4.0...master -[3.4.0]: https://github.com/codeschool/rapporteur/compare/v3.3.0...v3.4.0 -[3.3.0]: https://github.com/codeschool/rapporteur/compare/v3.2.0...v3.3.0 -[3.2.0]: https://github.com/codeschool/rapporteur/compare/v3.1.0...v3.2.0 -[3.1.0]: https://github.com/codeschool/rapporteur/compare/v3.0.2...v3.1.0 -[3.0.2]: https://github.com/codeschool/rapporteur/compare/v3.0.1...v3.0.2 -[3.0.1]: https://github.com/codeschool/rapporteur/compare/v3.0.0...v3.0.1 -[3.0.0]: https://github.com/codeschool/rapporteur/compare/v2.1.0...v3.0.0 -[2.1.0]: https://github.com/codeschool/rapporteur/compare/v2.0.1...v2.1.0 -[2.0.1]: https://github.com/codeschool/rapporteur/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/codeschool/rapporteur/compare/v1.1.0...v2.0.0 -[1.1.0]: https://github.com/codeschool/rapporteur/compare/v1.0.1...v1.1.0 -[1.0.1]: https://github.com/codeschool/rapporteur/compare/v1.0.0...v1.0.1 +[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.5.0...master +[3.5.0]: https://github.com/envylabs/rapporteur/compare/v3.4.0...v3.5.0 +[3.4.0]: https://github.com/envylabs/rapporteur/compare/v3.3.0...v3.4.0 +[3.3.0]: https://github.com/envylabs/rapporteur/compare/v3.2.0...v3.3.0 +[3.2.0]: https://github.com/envylabs/rapporteur/compare/v3.1.0...v3.2.0 +[3.1.0]: https://github.com/envylabs/rapporteur/compare/v3.0.2...v3.1.0 +[3.0.2]: https://github.com/envylabs/rapporteur/compare/v3.0.1...v3.0.2 +[3.0.1]: https://github.com/envylabs/rapporteur/compare/v3.0.0...v3.0.1 +[3.0.0]: https://github.com/envylabs/rapporteur/compare/v2.1.0...v3.0.0 +[2.1.0]: https://github.com/envylabs/rapporteur/compare/v2.0.1...v2.1.0 +[2.0.1]: https://github.com/envylabs/rapporteur/compare/v2.0.0...v2.0.1 +[2.0.0]: https://github.com/envylabs/rapporteur/compare/v1.1.0...v2.0.0 +[1.1.0]: https://github.com/envylabs/rapporteur/compare/v1.0.1...v1.1.0 +[1.0.1]: https://github.com/envylabs/rapporteur/compare/v1.0.0...v1.0.1