aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorScott Barron <scott@elitists.net>2006-02-08 03:43:38 +0000
committerScott Barron <scott@elitists.net>2006-02-08 03:43:38 +0000
commita447e82de4049e79dc1002257a1c6d6a660685d6 (patch)
tree8657f36078948663a81ca3812546b8ed4160be1e /activesupport/CHANGELOG
parent2d7309388d2e8236a260a191ffebc02a4add5931 (diff)
downloadrails-a447e82de4049e79dc1002257a1c6d6a660685d6.tar.gz
rails-a447e82de4049e79dc1002257a1c6d6a660685d6.tar.bz2
rails-a447e82de4049e79dc1002257a1c6d6a660685d6.zip
A more aesthetically pleasing implementation and changelog entry
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3549 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 36972ab8dd..81d59d512a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make String#last return the string instead of nil when it is shorter than the limit [Scott Barron].
+
* Added delegation support to Module that allows multiple delegations at once (unlike Forwardable in the stdlib) [DHH]. Example:
class Account < ActiveRecord::Base