Update history to reflect merge of #1053. Closes #1038.

This commit is contained in:
Parker Moore 2013-05-08 00:58:31 +02:00
parent cb0054b6d7
commit 2bee768e79
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* Commander error message now preferred over process abort with incorrect args (#1040) * Commander error message now preferred over process abort with incorrect args (#1040)
### Bug Fixes ### Bug Fixes
* Make Redcarpet respect the pygments configuration option (#1053)
* Fix the index build with LSI (#1045) * Fix the index build with LSI (#1045)
* Don't print deprecation warning when no arguments are specified. (#1041) * Don't print deprecation warning when no arguments are specified. (#1041)
* Add missing `</div>` to site template used by `new` subcommand, fixed typos in code (#1032) * Add missing `</div>` to site template used by `new` subcommand, fixed typos in code (#1032)