diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-30 15:37:45 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-30 15:37:45 +0000 |
commit | 54f2d1d944bb7577ef33ab086191992210f4788c (patch) | |
tree | 2362ded764df45f2d931cfe4d5f665f580067894 /railties/CHANGELOG | |
parent | e6f3e5d90017f3f642dd2f4205679cc861a8a2ab (diff) | |
download | rails-54f2d1d944bb7577ef33ab086191992210f4788c.tar.gz rails-54f2d1d944bb7577ef33ab086191992210f4788c.tar.bz2 rails-54f2d1d944bb7577ef33ab086191992210f4788c.zip |
Added console --profile for profiling an IRB session #1154 [bitsweat]. Changed console_sandbox into console --sandbox #1154 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1261 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 5097943d4f..5664206ed0 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,3 +1,10 @@ +*SVN* + +* Added console --profile for profiling an IRB session #1154 [bitsweat] + +* Changed console_sandbox into console --sandbox #1154 [bitsweat] + + *0.12.1* (20th April, 2005) * Upgraded to Active Record 1.10.1, Action Pack 1.8.1, Action Mailer 0.9.1, Action Web Service 0.7.1 |