aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 12:32:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 12:32:02 +0000
commit12c775f20c6d4d2562c99b503f720466e335e411 (patch)
tree8b7dff35e9529f7dac4fd1d33c98ab1cdab642dc /railties/CHANGELOG
parenta22ed3d8c26e95db5d193c7e9a647bb23b622b74 (diff)
downloadrails-12c775f20c6d4d2562c99b503f720466e335e411.tar.gz
rails-12c775f20c6d4d2562c99b503f720466e335e411.tar.bz2
rails-12c775f20c6d4d2562c99b503f720466e335e411.zip
Added app/apis and components to code statistics report #729 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@841 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 6e6014e102..92fad1aa79 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added app/apis and components to code statistics report #729 [Scott Barron]
+
* Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory #687 [Nicholas Seckar]
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]