aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-06-22 17:47:45 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-06-22 17:47:45 +0000
commitb533431ce5ec76ac531a4b303aea3afd35a4dde9 (patch)
treec2bb6df24df5a8f8de2dd8b74927f5742f1cdc8a /activesupport/CHANGELOG
parentb91e6aa68dcb657dd395bfde9389d2055888477a (diff)
downloadrails-b533431ce5ec76ac531a4b303aea3afd35a4dde9.tar.gz
rails-b533431ce5ec76ac531a4b303aea3afd35a4dde9.tar.bz2
rails-b533431ce5ec76ac531a4b303aea3afd35a4dde9.zip
Correct and clarify Array#to_sentence docs. Closes #5458.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4485 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 066b8b7d28..092c42ed3f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Correct and clarify Array#to_sentence docs. #5458 [brad@madriska.com]
+
* alias_method_chain preserves method punctuation so foo, foo?, and foo! may be chained with the same feature. [Jeremy Kemper]
Example:
alias_method_chain :save!, :validation