aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2013-02-08 18:30:53 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2013-02-08 18:31:03 -0200
commitb5645d02731f662ec5a15a1c99e3e6127e7b0398 (patch)
tree27f7938a80a14adeaf3697ed12350f627e6682a0
parent86bfdbb509f005f7ac1198524fe3ce4036443e4c (diff)
downloadrails-b5645d02731f662ec5a15a1c99e3e6127e7b0398.tar.gz
rails-b5645d02731f662ec5a15a1c99e3e6127e7b0398.tar.bz2
rails-b5645d02731f662ec5a15a1c99e3e6127e7b0398.zip
We don't need a CHANGELOG entry for an issue of something that was not released yet
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index c11adebb1e..d6a2687037 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -13,11 +13,6 @@
*Yves Senn*
-* Fix error (#9168) which was produced by setting signed/encrypted
- cookie when :null_session forgery protection method was used.
-
- *Andrey Chernih*
-
* `assert_template` can be used to verify the locals of partials,
which live inside a directory.
Fixes #8516.