From 74896c0252bf76c159a40895a5dfe2e75ab112bf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Sep 2005 08:49:27 +0000 Subject: Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2171 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 99cbafe0a6..c4eed21534 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net] + * Added easy extendability to the inflector through Inflector.inflections (using the Inflector::Inflections singleton class). Examples: Inflector.inflections do |inflect| -- cgit v1.2.3