aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-19 20:20:11 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-19 20:20:11 +0000
commitb23c72fd4220b3d282ec07f63b0571fe5dfc4f0e (patch)
tree7dbe954938956592ae79a164863457601f2cb8cb /activesupport/CHANGELOG
parent4da2d6c1edee8b31896a206a3ed18e7af605501d (diff)
downloadrails-b23c72fd4220b3d282ec07f63b0571fe5dfc4f0e.tar.gz
rails-b23c72fd4220b3d282ec07f63b0571fe5dfc4f0e.tar.bz2
rails-b23c72fd4220b3d282ec07f63b0571fe5dfc4f0e.zip
Add title case method to String to do, e.g., 'action_web_service'.titlecase # => 'Action Web Service'.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2690 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 1020a96be4..237a713255 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,10 +1,11 @@
+* Add title case method to String to do, e.g., 'action_web_service'.titlecase # => 'Action Web Service'. [Marcel Molina Jr.]
+
*1.2.1* (October 19th, 2005)
* Classify generated routing code as framework code to avoid appearing in application traces. [Nicholas Seckar]
* Show all framework frames in the framework trace. [Nicholas Seckar]
-
*1.2.0* (October 16th, 2005)
* Update Exception extension to show the first few framework frames in an application trace. [Nicholas Seckar]