CHANGELOG.md in classy_enum-3.1.2 vs CHANGELOG.md in classy_enum-3.1.3

- old
+ new

@@ -1,6 +1,11 @@ # ClassyEnum Changelog +## 3.1.3 + +* Fixes saving and reloading ActiveRecord models that assign enum using + class + ## 3.1.2 * Allow enum property to be assigned using enum class. Previously it could only be assigned with an instance, string or symbol.