mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Merge pull request #1529 from plataformatec/update-changelog
Update changelog [ci skip]
This commit is contained in:
commit
f9a5803846
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
* Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos)
|
||||||
|
### Bug fix
|
||||||
|
* Fix error when the scope from association has parameter. [@feliperenan](https://github.com/feliperenan)
|
||||||
|
* Only call `where` on associations when they respond to it. [@anicholson](https://github.com/anicholson)
|
||||||
|
* require 'action_pack' before using it. [@etagwerker](https://github.com/etagwerker)
|
||||||
|
* Check if Rails.env is defined. [@etagwerker](https://github.com/etagwerker)
|
||||||
|
|
||||||
## 3.5.0
|
## 3.5.0
|
||||||
|
|
||||||
* Updated gem dependency to support Rails 5.1.x.
|
* Updated gem dependency to support Rails 5.1.x.
|
||||||
|
|
Loading…
Reference in a new issue