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

This commit is contained in:
Parker Moore 2014-03-17 17:59:05 -04:00
parent d80471c0a3
commit d3f12c84ad
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@
* Sanitize paths uniformly, in a Windows-friendly way (#2065, #2109) * Sanitize paths uniformly, in a Windows-friendly way (#2065, #2109)
* Update gem build steps to work correctly on Windows (#2118) * Update gem build steps to work correctly on Windows (#2118)
* Remove obsolete `normalize_options` method call from `bin/jekyll` (#2121). * Remove obsolete `normalize_options` method call from `bin/jekyll` (#2121).
* Remove `+` characters from Pygments lexer names when adding as a CSS
class (#994)
### Development Fixes ### Development Fixes
* Add a link to the site in the README.md file (#1795) * Add a link to the site in the README.md file (#1795)