CHANGELOG.md in responders-1.1.2 vs CHANGELOG.md in responders-2.0.0

- old
+ new

@@ -1,13 +1,9 @@ -## 1.1.2 +## 2.0.0 -* Improve support for namespaced models on the scaffold generator. -* Add default `respond_to` in scaffold template. -* Fix require of Action Controller. - -## 1.1.1 - -* Lock Rails requirement to < 4.2. +* Import `respond_with` and class-level `respond_to` from Rails +* Support only Rails ~> 4.2 +* `Responders::LocationResponder` is now included by in the default responder (and therefore deprecated) ## 1.1.0 * Support Rails 4.1. * Allow callable objects as the location.