aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-02-07 16:43:16 +0000
committerRick Olson <technoweenie@gmail.com>2008-02-07 16:43:16 +0000
commit689e27567e2a248e262945c52266340d7385aeed (patch)
tree315d00d4103f48834be6f1aa4b206b5bfa4e4329 /activesupport/CHANGELOG
parent57cea9c9459a3e6d5cb857c8ca1d2026e8b39526 (diff)
downloadrails-689e27567e2a248e262945c52266340d7385aeed.tar.gz
rails-689e27567e2a248e262945c52266340d7385aeed.tar.bz2
rails-689e27567e2a248e262945c52266340d7385aeed.zip
Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes #10946 [dancroak, jamesh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8810 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 c5cc50f652..a8177c680a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Remove :nodoc: entries around the ActiveSupport test/unit assertions. #10946 [dancroak, jamesh]
+
* Add Time.zone_default accessor for setting the default time zone. Rails::Configuration.time_zone sets this. #10982 [Geoff Buesing]
* cache.fetch(key, :force => true) to force a cache miss. [Jeremy Kemper]