CHANGES.md in reform-rails-0.2.4 vs CHANGES.md in reform-rails-0.2.5
- old
+ new
@@ -1,4 +1,8 @@
+# 0.2.5
+
+* Fix: Delegating from form object causes ArgumentError with 0.2.4 (https://github.com/trailblazer/reform-rails/issues/99)
+
# 0.2.4
* Fix keyword argument warning in `method_missing` (https://github.com/trailblazer/reform-rails/pull/97)
* Internal: Replace Uber::Delegates with Forwardable in Form::ActiveModel