Update history to reflect merge of #3065 [ci skip]

This commit is contained in:
Parker Moore 2014-11-05 20:49:27 -08:00
parent b02a5ba76a
commit e543fedf3f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* Use `Hash#each_key` instead of `Hash#keys.each` to speed up iteration
over hash keys. (#3017)
* Further minor performance enhancements. (#3022)
* Add 'b' and 's' aliases for build and serve, respectively (#3065)
### Bug Fixes