aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-11-06 19:34:21 +0000
committerMarcel Molina <marcel@vernix.org>2007-11-06 19:34:21 +0000
commit563d9efdf35d2bf8ea3640e720519b4bb1a30778 (patch)
tree1344248098701b9d3ccf4cf4c28193dd807fa891 /actionpack/CHANGELOG
parent0230fc96ec0807810c3e67fa4967daaf204d618e (diff)
downloadrails-563d9efdf35d2bf8ea3640e720519b4bb1a30778.tar.gz
rails-563d9efdf35d2bf8ea3640e720519b4bb1a30778.tar.bz2
rails-563d9efdf35d2bf8ea3640e720519b4bb1a30778.zip
Explain how to use the :href option for link_to_remote to degrade gracefully in the absence of JavaScript. Closes #8911 [vlad]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8100 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 a866c2a22b..59b45f2df7 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Explain how to use the :href option for link_to_remote to degrade gracefully in the absence of JavaScript. Closes #8911 [vlad]
+
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]
* Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]