CHANGELOG.md in versioncake-2.2.0 vs CHANGELOG.md in versioncake-2.3.0
- old
+ new
@@ -1,15 +1,41 @@
## Unreleased Changes
-[Full Changelog](https://github.com/bwillis/versioncake/compare/v2.1...master)
+[Full Changelog](https://github.com/bwillis/versioncake/compare/v2.3...master)
Bug Fixes:
+* None
+
Enhancements:
+* None
+
+Deprecations:
+
+* None
+
+## 2.3.0 (Mar 6, 2014)
+
+[Full Changelog](https://github.com/bwillis/versioncake/compare/v2.2...v2.3)
+
+Enhancements:
+
+* Allow an object instance to be used as a custom strategy
+
+## 2.2.0 (Mar 5, 2014)
+
+[Full Changelog](https://github.com/bwillis/versioncake/compare/v2.1...v2.2)
+
+Bug Fixes:
+
+* Be defensive with the return value of a custom strategy (#27)
+
## 2.1.0 (Mar 3, 2014)
+[Full Changelog](https://github.com/bwillis/versioncake/compare/v2.0...v2.1)
+
Enhancements:
* Allow simpler handling of an unsupported versioned request by raising a custom error (issues #24 and #25) thanks [Richard Nuno](https://github.com/richardnuno) and [Andres Camacho](https://github.com/andresfcamacho)
## 2.0.0 (Feb 6, 2014)
@@ -38,24 +64,16 @@
## 1.2.0 (May 26, 2013)
[Full Changelog](https://github.com/bwillis/versioncake/compare/v1.1...v1.2)
-Bug Fixes:
-
-* None
-
Enhancements:
* Support Rails 4
* Adding Rails version testing with [Appraisals](https://github.com/thoughtbot/appraisal)
* Added contribution guide
-Deprecations:
-
-* None
-
## 1.1.0 (May 18, 2013)
[Full Changelog](https://github.com/bwillis/versioncake/compare/v1.0...v1.1)
Bug Fixes:
@@ -66,13 +84,9 @@
* Added this CHANGELOG!
* New configuration parameter default_version to set the desired version when a client does not send a version instead of the default latest version. Thanks to [Billy Catherall](https://github.com/bcatherall) for implementing this.
* Internal refactoring of strategies for better testability.
* Isolated Rails hooks.
-
-Deprecations:
-
-* None
## 1.0.0 (March 14, 2013)
[Full Changelog](https://github.com/bwillis/versioncake/compare/v0.5...v1.0)