Update CHANGELOG.md

This commit is contained in:
Felipe Renan 2017-12-20 18:57:38 -02:00 committed by GitHub
parent d960f035e7
commit 89aac3b1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
### Enhancements
* 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)
### Bug fix
* Fix error when the scope from association has parameter. [@feliperenan](https://github.com/feliperenan)