blob: cd419b68f7bb2d66c5c260d0564677873548f368 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*
* Add alias method `to_hash` to `to_h` for `cookies`.
Add alias method `to_h` to `to_hash` for `session`.
*Igor Kasyanchuk*
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/actionpack/CHANGELOG.md) for previous changes.
|