README.md in rails-boilerplate-0.1.5 vs README.md in rails-boilerplate-0.1.6

- old
+ new

@@ -29,11 +29,17 @@ ## Todo * add option to strip comments from the `application.html.erb` * add option to exclude google analytics script -* check whether prototype instead of jquery is used, if so adapt the generated files ## Changelog -* 0.1.5: 21/nov/2011: updated to html5-boilerplate version -* 0.1.0: initial version. +### 0.1.6: +* google analytics scripts (ga.js) only gets attached in production env +* generator adds `config.assets.precompile += %w(modernizr.js)` to `config/environments/production.rb` + +### 0.1.5: 21/nov/2011: +* updated to html5-boilerplate version + +### 0.1.0: +* initial version.