aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-06-22 13:44:21 +0300
committerMichael Koziarski <michael@koziarski.com>2008-07-04 10:41:39 +0300
commit51e13d51adee3c69feab30aa4c0b08d2278ccc5f (patch)
tree9c48ac4e22aae8aea84b82c76bd99fa93f5a92c8 /activesupport/CHANGELOG
parent01637796d712943ebf9e9a76aa5c708edfab4d02 (diff)
downloadrails-51e13d51adee3c69feab30aa4c0b08d2278ccc5f.tar.gz
rails-51e13d51adee3c69feab30aa4c0b08d2278ccc5f.tar.bz2
rails-51e13d51adee3c69feab30aa4c0b08d2278ccc5f.zip
Move test related core_ext stuff out of regular core ext to prevent nasty surprises when you require active_support then use Test::Unit directly.
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 73c965b1db..983e7d0dac 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Move the test related core_ext stuff out of core_ext so it's only loaded by the test helpers. [Michael Koziarski]
+
* Add Inflection rules for String#humanize. #535 [dcmanges]
ActiveSupport::Inflector.inflections do |inflect|