CHANGELOG.md in acts_as_hashable-1.2.0 vs CHANGELOG.md in acts_as_hashable-1.3.0.pre.alpha
- old
+ new
@@ -1,4 +1,10 @@
+# 1.3.0 (September 1st, 2020)
+
+Additions:
+
+* Added dynamic class constantization when a string is registered for a Factory.
+
# 1.2.0 (June 9th, 2020)
* Bumped minimum Ruby version to >= 2.5
* Do not pass in any constructor arguments unless we have at least one key.
* Add more detail to construction errors.