From 82e345dd7a3d03bb1b86f08ec88df56c0ee4a660 Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Fri, 25 Jan 2013 04:19:51 +0800 Subject: Improve `rake stats` for JavaScript and CoffeeScript. Ignore block comments and calculates number of functions. --- railties/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'railties/CHANGELOG.md') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 2d197e21ea..fc362837d6 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Improve `rake stats` for JavaScript and CoffeeScript: ignore block comments + and calculates number of functions. + + *Hendy Tanata* + * Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider using application template instead. See this guide for more detail: http://guides.rubyonrails.org/rails_application_templates.html -- cgit v1.2.3