aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-21 07:29:51 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-21 07:29:51 +0000
commit60091c1e2a7de4dcea5d7e2ccc6cc1f29a826807 (patch)
tree98f35f89b3c9f181d5c5f35a770b032a2c0b1f4c /activesupport/CHANGELOG
parent9a77e2f2bed486189c6246bf346369b19e1ea21a (diff)
downloadrails-60091c1e2a7de4dcea5d7e2ccc6cc1f29a826807.tar.gz
rails-60091c1e2a7de4dcea5d7e2ccc6cc1f29a826807.tar.bz2
rails-60091c1e2a7de4dcea5d7e2ccc6cc1f29a826807.zip
r3241@asus: jeremy | 2005-11-20 23:26:28 -0800
Active Support is warnings-safe. References #1792. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3135 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 6bd6613a8f..e8ef43acc2 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Active Support is warnings-safe. #1792 [Eric Hodel]
+
* Introduce enable_warnings counterpart to silence_warnings. Turn warnings on when loading a file if Dependencies.mechanism == :load. Common mistakes such as redefined methods will print warnings to stderr. [Jeremy Kemper]
* Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].map(&:to_s). [Marcel Molina Jr.]