Update history to reflect merge of #2253 [ci skip]
This commit is contained in:
parent
54d0c63956
commit
0c3285ced7
|
@ -62,6 +62,8 @@
|
||||||
* Use `File.exist?` instead of deprecated `File.exists?` (#2214)
|
* Use `File.exist?` instead of deprecated `File.exists?` (#2214)
|
||||||
* Require newline after start of YAML front-matter header (#2211)
|
* Require newline after start of YAML front-matter header (#2211)
|
||||||
* Add the ability for pages to be marked as `published: false` (#1492)
|
* Add the ability for pages to be marked as `published: false` (#1492)
|
||||||
|
* Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy
|
||||||
|
looking up of variable values in a Liquid context. (#2253)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* Don't allow nil entries when loading posts (#1796)
|
* Don't allow nil entries when loading posts (#1796)
|
||||||
|
|
Loading…
Reference in New Issue