aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-11 00:51:11 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-11 00:51:11 +0000
commit43c6d7ee955e1dd55d76c49f5d93f2fcc4540670 (patch)
tree9d951d925a360c6ae5b485c12adb45bcd1ab6ea7 /actionpack/CHANGELOG
parent4e23e6596418a830d56c3750341e3eebcac7c9ef (diff)
downloadrails-43c6d7ee955e1dd55d76c49f5d93f2fcc4540670.tar.gz
rails-43c6d7ee955e1dd55d76c49f5d93f2fcc4540670.tar.bz2
rails-43c6d7ee955e1dd55d76c49f5d93f2fcc4540670.zip
Deprecation: remove pagination. Install the classic_pagination plugin for forward compatibility, or move to the superior will_paginate plugin. Closes #8157.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6992 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 aa82d379f9..1b73b7019b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecation: remove pagination. Install the classic_pagination plugin for forward compatibility, or move to the superior will_paginate plugin. #8157 [Josh Peek]
+
* Action caching is limited to GET requests returning 200 OK status. #3335 [tom@craz8.com, halfbyte, Dan Kubb, Josh Peek]
* Improve Text Helper test coverage. #7274 [Rob Sanheim, Josh Peek]