aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-23 14:24:15 +0000
committerJamis Buck <jamis@37signals.com>2005-08-23 14:24:15 +0000
commitc5ff810572c7506b334f70b7036ddc7aee0257fc (patch)
tree5da1d74d9573335b16c22bf82262b3cb17b0da2f /actionpack/CHANGELOG
parentdfe1aeb776ed9a7da8b431c7933c858d155a13c7 (diff)
downloadrails-c5ff810572c7506b334f70b7036ddc7aee0257fc.tar.gz
rails-c5ff810572c7506b334f70b7036ddc7aee0257fc.tar.bz2
rails-c5ff810572c7506b334f70b7036ddc7aee0257fc.zip
Add support for :include with pagination (subject to existing constraints for :include with :limit and :offset) #1478 [michael@schubert.cx]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2041 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 62a6702ee3..140cb7e4d8 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add support for :include with pagination (subject to existing constraints for :include with :limit and :offset) #1478 [michael@schubert.cx]
+
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is processed
* Added :use_short_month option to select_month helper to show month names as abbreviations