CHANGELOG.md in classy_enum-3.2.0 vs CHANGELOG.md in classy_enum-3.2.1

- old
+ new

@@ -1,6 +1,14 @@ # ClassyEnum Changelog +## 3.2.1 + +* Better support for using `default` and `allow_*` options together +* Fixes bug when using `default` option and explicitly setting value to + nil if `allow_nil: true` option is not used. +* Fixes bug when chaining `count` onto scope that uses enum object in + query condition. + ## 3.2.0 * Default values can now be specified within an ActiveRecord model ```ruby