aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2007-06-03 14:27:43 +0000
committerThomas Fuchs <thomas@fesch.at>2007-06-03 14:27:43 +0000
commit3cfb894bac2f25f2160189e4909ae7756927d8ad (patch)
tree4cd2be3584a79cf0232e8d2011d38d6e13456205 /actionpack/CHANGELOG
parent13058b018861053be8bf5dbec4cafe51b89e173f (diff)
downloadrails-3cfb894bac2f25f2160189e4909ae7756927d8ad.tar.gz
rails-3cfb894bac2f25f2160189e4909ae7756927d8ad.tar.bz2
rails-3cfb894bac2f25f2160189e4909ae7756927d8ad.zip
Allow JSON-style values for the :with option of observe_field. Closes #8557 [kommen]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6930 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 d9c9651893..fe81c8366b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow JSON-style values for the :with option of observe_field. Closes #8557 [kommen]
+
* Remove RAILS_ROOT from backtrace paths. #8540 [Tim Pope]
* Routing: map.resource :logo routes to LogosController so the controller may be reused for multiple nestings or namespaces. [Jeremy Kemper]