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

This commit is contained in:
Parker Moore 2014-05-06 14:30:58 -04:00
parent 0d85592085
commit 857bcf924a
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* Complete redesign of the template site generated by `jekyll new` (#2050)
* Update Listen from 1.x to 2.x (#2097)
* Front-matter defaults (#2205)
* Deprecate `relative_permalinks` configuration option (default to `false`) (#2307)
### Minor Enhancements
* Move the EntryFilter class into the Jekyll module to avoid polluting the
@ -101,6 +102,7 @@
* Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244)
* Modify configuration key for Collections and reset properly. (#2238)
* Avoid duplicated output using `highlight` tag (#2264)
* Only use Jekyll.logger for output (#2307)
### Development Fixes
* Add a link to the site in the README.md file (#1795)