CHANGES.md in reform-0.2.4 vs CHANGES.md in reform-0.2.5
- old
+ new
@@ -1,4 +1,9 @@
+## 0.2.5
+
+* Allow proper form inheritance. When having `HitForm < SongForm < Reform::Form` the `HitForm` class will contain `SongForm`'s properties in addition to its own fields.
+* `::model` is now inherited properly.
+
## 0.2.4
* Accessors for properties (e.g. `title` and `title=`) can now be overridden in the form *and* call `super`. This is extremely helpful if you wanna do "manual coercion" since the accessors are invoked in `#validate`. Thanks to @cj for requesting this.
* Inline forms now know their class name from the property that defines them. This is needed for I18N where `ActiveModel` queries the class name to compute translation keys. If you're not happy with it, use `::model`.
\ No newline at end of file