Update history to reflect merge of #1660

This commit is contained in:
Matt Rogers 2013-10-25 10:00:05 -05:00
parent 4f8b6aaa7e
commit 727a705d67
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
* Downgrade to Maruku `~> 0.6.0` in order to avoid changes in rendering (#1598) * Downgrade to Maruku `~> 0.6.0` in order to avoid changes in rendering (#1598)
* Fix error with failing include tag when variable was file name (#1613) * Fix error with failing include tag when variable was file name (#1613)
* Downcase lexers before passing them to pygments (#1615) * Downcase lexers before passing them to pygments (#1615)
* Capitalize the short verbose switch because it conflicts with the
built-in Commander switch (#1660)
### Development Fixes ### Development Fixes
* Add coverage reporting with Coveralls (#1539) * Add coverage reporting with Coveralls (#1539)