Add CHANGELOG entry.

This commit is contained in:
Lauro Caetano 2014-04-02 14:43:34 -03:00
parent 6e7a5da9ca
commit 0bd6a050b8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## master
### enhancements
* Add support to `scope` to be used on associations. [@laurocaetano](https://github.com/laurocaetano)
* Execute the association `condition` in the object context. [@laurocaetano](https://github.com/laurocaetano)
* Check if the given association responds to `order` before calling it. [@laurocaetano](https://github.com/laurocaetano)
* Add Bootstrap 3 initializer template.