Update CHANGELOG about 3.5.1 updates

This commit is contained in:
Felipe Renan 2018-02-27 19:47:08 -03:00
parent 23f346d0ba
commit 523693574d
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
* Exclude hidden field when unchecked_value: false. [@fschwahn](https://github.com/fschwahn)
* Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos)
* Try convert @object to model in case we got decorated object [@timurvafin](https://github.com/timurvafin)
- From now, if you are using some object that inherits from `SimpleDelegator`, you must implement
`def to_model; self; end`. Otherwise, *Simple Form* will convert the decorated object to the model
since `SimpleDelegator` will delegate it to the model.
* Code cleanup [@Fornacula](https://github.com/Fornacula)
### Bug fix