CHANGELOG.md in classy_enum-3.2.1 vs CHANGELOG.md in classy_enum-3.3.0
- old
+ new
@@ -1,6 +1,12 @@
# ClassyEnum Changelog
+## 3.3.0
+
+* Extends the existing generator to create boilerplate spec/test files.
+ For Rspec, these files are placed in spec/enums/, for TestUnit, they
+ are placed in test/unit/enums/
+
## 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.