Update changelog

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2055 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Nicholas Seckar
2005-08-26 11:00:27 +00:00
parent 1cbd1f9698
commit 778aeaeffe

View File

@@ -1,5 +1,7 @@
*SVN*
* Fix Routing to handle :some_param => nil better. [Nicholas Seckar, Luminas]
* 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