aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-09-02 14:06:17 +0000
committerJamis Buck <jamis@37signals.com>2005-09-02 14:06:17 +0000
commitfd9c15e420a8b7219126962ecb44a19542335122 (patch)
treeed0f1e4549f8750b62cdce44f038f9f10a52a53f /actionpack/CHANGELOG
parent97adfdaa6597953a4c4f501ce340c27caf85c069 (diff)
downloadrails-fd9c15e420a8b7219126962ecb44a19542335122.tar.gz
rails-fd9c15e420a8b7219126962ecb44a19542335122.tar.bz2
rails-fd9c15e420a8b7219126962ecb44a19542335122.zip
Fix observe_field to fall back to event-based observation if frequency <= 0 #1916 [michael@schubert.cx]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2104 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 5469f779b3..f14d6f3e54 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix observe_field to fall back to event-based observation if frequency <= 0 #1916 [michael@schubert.cx]
+
* Allow use of the :with option for submit_to_remote #1936 [jon@instance-design.co.uk]
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.clark@gmail.com]