1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/CHANGELOG.md
2022-02-05 11:23:45 +01:00

7 lines
244 B
Markdown

* Make `Session#merge!` stringify keys.
Previously `Session#update` would, but `merge!` wouldn't.
*Drew Bragg*
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/actionpack/CHANGELOG.md) for previous changes.