aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-02 20:21:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-02 20:21:43 +0000
commit810ebf7c6a2e9d02f76d8727e56c1706cc6ff66e (patch)
tree15257bf41a41717a8e91c13b3621af89c68bffa3 /actionpack/CHANGELOG
parente19bd169fac08052e7f0ae4ae4e5ac368629d31f (diff)
downloadrails-810ebf7c6a2e9d02f76d8727e56c1706cc6ff66e.tar.gz
rails-810ebf7c6a2e9d02f76d8727e56c1706cc6ff66e.tar.bz2
rails-810ebf7c6a2e9d02f76d8727e56c1706cc6ff66e.zip
Forced newer versions of RedCloth to use hard breaks [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2436 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 0c7db0ee2a..cdea029d44 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Forced newer versions of RedCloth to use hard breaks [DHH]
+
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fngtps.com]
* Don't prepend the asset host if the string is already a fully-qualified URL