aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-02-21 10:52:35 +0000
committerThomas Fuchs <thomas@fesch.at>2006-02-21 10:52:35 +0000
commit523d54b56d612a791f16468ae3776ac12fd71bb7 (patch)
tree1bb4c27dcd563c70916a99a6998eeebca8d6b13b /actionpack/CHANGELOG
parent7a2ce50a9386a46387c114945354ba89c5fc9c30 (diff)
downloadrails-523d54b56d612a791f16468ae3776ac12fd71bb7.tar.gz
rails-523d54b56d612a791f16468ae3776ac12fd71bb7.tar.bz2
rails-523d54b56d612a791f16468ae3776ac12fd71bb7.zip
Added various InPlaceEditor options, #3746, #3891, #3896, #3906
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3626 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 3336572189..f010044e7c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added various InPlaceEditor options, #3746, #3891, #3896, #3906 [Bill Burcham, ruairi, sl33p3r]
+
* Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]
* Update script.aculo.us to V1.5.2 [Thomas Fuchs]