CHANGELOG.md in classy_enum-2.0.2 vs CHANGELOG.md in classy_enum-2.0.3
- old
+ new
@@ -1,6 +1,15 @@
# ClassyEnum Changelog
+## 2.0.3
+
+* Fixes issue with validates_uniqueness_of when using an enum field as
+ the scope.
+
+## 2.0.1 & 2.0.2
+
+* Resolving gem release conflicts, no changes
+
## 2.0.0
* Enum class definitions are no longer defined implicity and must be explicitly subclassed from children of ClassyEnum::Base
* Formtastic support is not longer built-in. See https://github.com/beerlington/classy_enum/wiki/Formtastic-Support
* validates_uniqueness_of with an enum scope no longer works in Rails