aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-29 23:50:30 +0200
committerXavier Noria <fxn@hashref.com>2010-08-29 23:52:38 +0200
commit475ea14fd0a84604158ec30d9c718d3c8ae055d6 (patch)
tree37fa903848fb4eb623aed26a66abbffb1dafb1f4 /activesupport/CHANGELOG
parenta302a333f8edc373e299da4c123bafadcc3a1306 (diff)
downloadrails-475ea14fd0a84604158ec30d9c718d3c8ae055d6.tar.gz
rails-475ea14fd0a84604158ec30d9c718d3c8ae055d6.tar.bz2
rails-475ea14fd0a84604158ec30d9c718d3c8ae055d6.zip
implements String#strip_heredoc
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index e1904fad39..f05cdcb8f4 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0.0 (unreleased)*
+* Implemented String#strip_heredoc. [fxn]
+
* Pluggable cache stores: setting config.cache_store = "custom_store" will require 'active_support/cache/custom_store' and look for the CustomStore constant. #5486 [Mike Perham]