aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-11-19 17:41:55 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-11-19 17:48:57 +0530
commit27c03e69e94655482b0d77d3ae0ca902ce537f8c (patch)
tree2b71a3ec9ac2e11d75fc008755bf53c07a3d36b3 /actionpack/CHANGELOG
parent0c9f677e7861ef2aae36d91811d72794e4709f58 (diff)
downloadrails-27c03e69e94655482b0d77d3ae0ca902ce537f8c.tar.gz
rails-27c03e69e94655482b0d77d3ae0ca902ce537f8c.tar.bz2
rails-27c03e69e94655482b0d77d3ae0ca902ce537f8c.zip
Remove deprecated render_component. Please use the plugin from http://github.com/rails/render_component/tree/master
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 4ed39133db..920b9d11f2 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0/3.0*
+* Remove deprecated render_component. Please use the plugin from http://github.com/rails/render_component/tree/master [Pratik]
+
* 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]