aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-11-06 23:23:37 +0000
committerMarcel Molina <marcel@vernix.org>2007-11-06 23:23:37 +0000
commitc5588437d3651ce1a72b31a7a4858cd1660dc7df (patch)
tree6cbcee6a01ca9b6cde021f3966d6600ad383e81d /actionpack/CHANGELOG
parenta291ea2bc9e8332855528e3300ed9259d0657b69 (diff)
downloadrails-c5588437d3651ce1a72b31a7a4858cd1660dc7df.tar.gz
rails-c5588437d3651ce1a72b31a7a4858cd1660dc7df.tar.bz2
rails-c5588437d3651ce1a72b31a7a4858cd1660dc7df.zip
Document :with option for link_to_remote. Closes #8765 [ryanb]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8103 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 599f0e702b..fc80c0dded 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document :with option for link_to_remote. Closes #8765 [ryanb]
+
* Document :minute_step option for time_select. Closes #8814 [brupm]
* Explain how to use the :href option for link_to_remote to degrade gracefully in the absence of JavaScript. Closes #8911 [vlad]