diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-11 06:14:05 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-11 06:14:05 +0000 |
commit | fe4abaa7df98aa736485b6ac863d05d80d2c1d89 (patch) | |
tree | b7149cf54b63e008b667e266ccbe164041a83686 /activesupport/CHANGELOG | |
parent | b62243a5cc957ae0c7380bf8e020219e45366fe2 (diff) | |
download | rails-fe4abaa7df98aa736485b6ac863d05d80d2c1d89.tar.gz rails-fe4abaa7df98aa736485b6ac863d05d80d2c1d89.tar.bz2 rails-fe4abaa7df98aa736485b6ac863d05d80d2c1d89.zip |
Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, and three' #2157 [m.stienstra@fngtps.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2185 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index acf9788285..59e59e37ba 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added Array#to_sentence that'll turn ['one', 'two', 'three'] into "one, two, and three" #2157 [m.stienstra@fngtps.com] + * Added Kernel#silence_warnings to turn off warnings temporarily for the passed block * Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net] |