aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-17 18:31:36 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-17 18:31:36 +0100
commit4b33fae1f52325d22083de2e83d827b924d1c616 (patch)
treef711359d914811c4e7fbdbd3a992f2ffc41fc8da /actionpack/CHANGELOG
parent54c18564252e46bf2f270bf42c0be06033631d9b (diff)
downloadrails-4b33fae1f52325d22083de2e83d827b924d1c616.tar.gz
rails-4b33fae1f52325d22083de2e83d827b924d1c616.tar.bz2
rails-4b33fae1f52325d22083de2e83d827b924d1c616.zip
Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they're available if you want to use textilize and markdown and let autoload require them [DHH]
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index b7a824d559..4ed39133db 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,3 +1,8 @@
+*2.3.0/3.0*
+
+* Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they're available if you want to use textilize and markdown and let autoload require them [DHH]
+
+
*2.2.1 [RC2] (November 14th, 2008)*
* Restore backwards compatible functionality for setting relative_url_root. Include deprecation