aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-02-28 20:45:35 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-02-28 20:46:17 +0900
commit9dbc4754540a7374ad04b406bb0f6e97b7719479 (patch)
tree5040e8ecd3c8b528e132ff122acda7b50e869718 /actionpack
parent42a16a4d6514f28e05f1c22a5f9125d194d9c7cb (diff)
downloadrails-9dbc4754540a7374ad04b406bb0f6e97b7719479.tar.gz
rails-9dbc4754540a7374ad04b406bb0f6e97b7719479.tar.bz2
rails-9dbc4754540a7374ad04b406bb0f6e97b7719479.zip
Remove CHANGELOG entries which were backported to 5-2-stable
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index cd419b68f7..44d87878a4 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -4,10 +4,5 @@
*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.