Update history to reflect merge of #1481

This commit is contained in:
Matt Rogers 2013-09-05 15:27:02 -05:00
parent 3212aac4bc
commit c7c18507e3
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
* Add the ability to detach the server ran by `jekyll serve` from it's * Add the ability to detach the server ran by `jekyll serve` from it's
controlling terminal (#1443) controlling terminal (#1443)
* Improve permalink generation for URLs with special characters (#944) * Improve permalink generation for URLs with special characters (#944)
* Expose the current Jekyll version to posts and pages via a new
`jekyll.version` variable (#1481)
### Bug Fixes ### Bug Fixes
* Markdown extension matching matches only exact matches (#1382) * Markdown extension matching matches only exact matches (#1382)