aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-25 10:48:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-25 10:48:28 +0000
commite4ccbf28c815fefeeb90c45524feea7b57e5a6ae (patch)
tree2aa7c9f3e53145a3c037166772f87ccdc62c3ea4 /actionpack/CHANGELOG
parent17928b73473c0e15d51969a1426253b70af9eb09 (diff)
downloadrails-e4ccbf28c815fefeeb90c45524feea7b57e5a6ae.tar.gz
rails-e4ccbf28c815fefeeb90c45524feea7b57e5a6ae.tar.bz2
rails-e4ccbf28c815fefeeb90c45524feea7b57e5a6ae.zip
Fixed prototype to consider all fields it doesn't know as text (such as Safari's search) just like the browser in its serialization #1497 [Sean Treadway]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1503 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 ea569c1c7c..c3a922604e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed prototype to consider all fields it doesn't know as text (such as Safari's search) just like the browser in its serialization #1497 [Sean Treadway]
+
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Seckar]
* Added named routes (NEEDS BETTER DESCRIPTION) #1434 [Nicholas Seckar]