Update history to reflect merge of #1613

This commit is contained in:
Parker Moore 2013-10-04 13:37:11 -04:00
parent b850c01605
commit 55f4c3a0fd
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
* Use `+` instead of `Array#concat` when building `Post` attribute list (#1571) * Use `+` instead of `Array#concat` when building `Post` attribute list (#1571)
* Print server address when launching a server (#1586) * Print server address when launching a server (#1586)
* 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)
### Development Fixes ### Development Fixes
* Add coverage reporting with Coveralls (#1539) * Add coverage reporting with Coveralls (#1539)