diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-24 13:33:58 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-24 13:33:58 +0000 |
commit | 8ac9638646434a811357071be44ba84051d0f1dc (patch) | |
tree | f62a75ae9a5af2ca611dd87608f712589c0d316a /activesupport/CHANGELOG | |
parent | b57c86ae7483246fae3a38283f8a132e1ee6b7bd (diff) | |
download | rails-8ac9638646434a811357071be44ba84051d0f1dc.tar.gz rails-8ac9638646434a811357071be44ba84051d0f1dc.tar.bz2 rails-8ac9638646434a811357071be44ba84051d0f1dc.zip |
A little spacing goes a long way
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2717 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 4c01cf388c..232cd03973 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -4,12 +4,14 @@ * 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] |