aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-26 14:07:08 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-26 14:07:08 +0000
commit9ca9f95aee3f44acd3a5ee1cb3e2b20df39ee92b (patch)
tree9be7c4a3009a587ed95ed2a6d255a6cea9b77620 /actionpack/CHANGELOG
parent3fe9d8ac359cc38698b3ee7fb876308dfdf144ed (diff)
downloadrails-9ca9f95aee3f44acd3a5ee1cb3e2b20df39ee92b.tar.gz
rails-9ca9f95aee3f44acd3a5ee1cb3e2b20df39ee92b.tar.bz2
rails-9ca9f95aee3f44acd3a5ee1cb3e2b20df39ee92b.zip
Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fields #934 [dweitzman@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1003 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 ba3c4bd485..6c0f1b206a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fields #934 [dweitzman@gmail.com]
+
* Added JavascriptHelper#escape_javascript as a public method (was private) and made it escape both single and double quotes and new lines #940 [mortonda@dgrmm.net]
* Added trailing_slash option to url_for, so you can generate urls ending in a slash. Note that is currently not recommended unless you need it for special reasons since it breaks caching #937 [stian@grytoyr.net]