1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add Changelog Entry ref #14379

This commit is contained in:
robertomiranda 2014-03-16 15:08:16 -05:00
parent 27e95727d7
commit 8eac0a6b58

View file

@ -1,3 +1,11 @@
* Add public API to register new extensions for `rake notes`.
Example:
config.annotations.register_extensions("scss", "sass") { |tag| /\/\/\s*(#{tag}):?\s*(.*)$/ }
*Roberto Miranda*
* Removed unnecessary `rails application` command.
*Arun Agrawal*