aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2005-10-15 05:08:59 +0000
committerThomas Fuchs <thomas@fesch.at>2005-10-15 05:08:59 +0000
commit09aae0a275b46b653e2386e35658d0455fd5763a (patch)
treeddf22beed74159fe25dea7a5c5bb02f726e21401 /actionpack/CHANGELOG
parent35d543f42228d7ca08e3d4e9a78bb54414fd3c5e (diff)
downloadrails-09aae0a275b46b653e2386e35658d0455fd5763a.tar.gz
rails-09aae0a275b46b653e2386e35658d0455fd5763a.tar.bz2
rails-09aae0a275b46b653e2386e35658d0455fd5763a.zip
Updated and clarified documentation for JavaScriptHelper to be more concise about the various options for including the JavaScript libs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2608 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 8f95952e5b..b55cd48d41 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Updated and clarified documentation for JavaScriptHelper to be more concise about the various options for including the JavaScript libs. [Thomas Fuchs]
+
* Hide "Retry with Breakpoint" button on error pages until feature is functional. [DHH]
* Fix Request#host_with_port to use the standard port when Rails is behind a proxy. [Nicholas Seckar]