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:
parent
27e95727d7
commit
8eac0a6b58
1 changed files with 8 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue