CHANGELOG.md in activemodel-form-1.0.0 vs CHANGELOG.md in activemodel-form-1.1.0
- old
+ new
@@ -1,7 +1,15 @@
+#### 1.1.0
+
+* Add support for parsing date params in ISO format (YYYY-MM-DD)
+
+#### 1.0.0
+
+* Add support for file attributes (Thanks [@haihappen](https://github.com/haihappen)).
+
#### 0.0.3
* Added simplecov (Thanks [@colszowka](https://github.com/colszowka))
* Fixed a bug where passing in ' ' to string attributes lead to
RuntimeErrors. (Thanks again [@colszowka](https://github.com/colszowka)) [#4](https://github.com/MSch/activemodel-form/pull/4)