aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-11 05:58:00 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-11 05:58:00 +0000
commitb62243a5cc957ae0c7380bf8e020219e45366fe2 (patch)
tree3e7ee6bf56652637f4ac84f08f360ca729ef5b0f /actionpack/CHANGELOG
parentda7ba91d8666770c6288f8d25cd501fd227b0413 (diff)
downloadrails-b62243a5cc957ae0c7380bf8e020219e45366fe2.tar.gz
rails-b62243a5cc957ae0c7380bf8e020219e45366fe2.tar.bz2
rails-b62243a5cc957ae0c7380bf8e020219e45366fe2.zip
Added :disabled option to all data selects that'll make the elements inaccessible for change #2167, #253 [eigentone]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2184 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 1b8c9b3c2f..029dcfeda2 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added :disabled option to all data selects that'll make the elements inaccessible for change #2167, #253 [eigentone]
+
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #2166, #1671 [eigentone]
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000", instead of "$1,000." #2122 [sd@notso.net]