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

This commit is contained in:
jekyllbot
2016-07-25 17:45:52 -07:00
parent 41a99b300d
commit 9b0532a3c4

View File

@@ -130,6 +130,10 @@
* Add AppVeyor support. (#5115)
* appveyor.yml: drop Ruby 2.0.0. (#5119)
* Fix indentation in benchmark (#5124)
* Style fixes for Rubocop 0.42.0
- var == 0 becomes var.zero?
- when defining method_missing, also define respond_to_missing? (#5137)
### Site Enhancements