aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-07 06:11:56 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-07 06:11:56 +0000
commit2399a223c35622178ea58db6629cfd26f2230d60 (patch)
tree5a3c5fc32560643eb042631a3f23f357eb74ca09 /actionpack/CHANGELOG
parent2bf8f2307e3f13a7b6cf703cdb954cc9a3f5244d (diff)
downloadrails-2399a223c35622178ea58db6629cfd26f2230d60.tar.gz
rails-2399a223c35622178ea58db6629cfd26f2230d60.tar.bz2
rails-2399a223c35622178ea58db6629cfd26f2230d60.zip
Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index c345755db1..f88dbd9d2e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. [Jeremy Kemper]
+
* Make Routing noisy when an anchor regexp is assigned to a segment. #5674 [francois.beausoleil@gmail.com]
* Added months and years to the resolution of DateHelper#distance_of_time_in_words, such that "60 days ago" becomes "2 months ago" #5611 [pjhyett@gmail.com]