aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2006-10-27 01:26:11 +0000
committerMichael Koziarski <michael@koziarski.com>2006-10-27 01:26:11 +0000
commite808315725d7dad1745572c8ef9ae7e4f6ff0b48 (patch)
tree50399a7c19cc3be380f85e39acfeeb88c18e38ba /railties/CHANGELOG
parent464102d5511ff3f2d8dc3bde44e638d840e98206 (diff)
downloadrails-e808315725d7dad1745572c8ef9ae7e4f6ff0b48.tar.gz
rails-e808315725d7dad1745572c8ef9ae7e4f6ff0b48.tar.bz2
rails-e808315725d7dad1745572c8ef9ae7e4f6ff0b48.zip
Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5369 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 801c7bb98e..6e029db550 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]
+
* Added option to script/process/spawner of specifying the binding address #5133 [zsombor]
* Update environment.rb comments to include config.autoload_paths. Closes #6478 [caio]