aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-04-05 11:18:05 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-04-05 11:18:05 +0000
commit097c0d61660aeee598900b1e748332f24eaec68e (patch)
tree005a64966fc1d40ee4b9baaaa6fdbb7827f88a67 /activesupport/CHANGELOG
parentaa4af60aad5772458e8ba3bd08505781aeeb53a2 (diff)
downloadrails-097c0d61660aeee598900b1e748332f24eaec68e.tar.gz
rails-097c0d61660aeee598900b1e748332f24eaec68e.tar.bz2
rails-097c0d61660aeee598900b1e748332f24eaec68e.zip
Fix more typos and changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9227 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 79522a0f0e..d9e0635295 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improve documentation. [Xavier Noria]
+
* Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments.
* Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes #7399 [sblackstone]