Update history to reflect merge of #2307 [ci skip]
This commit is contained in:
parent
0d85592085
commit
857bcf924a
|
@ -18,6 +18,7 @@
|
||||||
* Complete redesign of the template site generated by `jekyll new` (#2050)
|
* Complete redesign of the template site generated by `jekyll new` (#2050)
|
||||||
* Update Listen from 1.x to 2.x (#2097)
|
* Update Listen from 1.x to 2.x (#2097)
|
||||||
* Front-matter defaults (#2205)
|
* Front-matter defaults (#2205)
|
||||||
|
* Deprecate `relative_permalinks` configuration option (default to `false`) (#2307)
|
||||||
|
|
||||||
### Minor Enhancements
|
### Minor Enhancements
|
||||||
* Move the EntryFilter class into the Jekyll module to avoid polluting the
|
* 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)
|
* Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244)
|
||||||
* Modify configuration key for Collections and reset properly. (#2238)
|
* Modify configuration key for Collections and reset properly. (#2238)
|
||||||
* Avoid duplicated output using `highlight` tag (#2264)
|
* Avoid duplicated output using `highlight` tag (#2264)
|
||||||
|
* Only use Jekyll.logger for output (#2307)
|
||||||
|
|
||||||
### 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)
|
||||||
|
|
Loading…
Reference in New Issue