History: move reference for #4173 to latest HEAD, not 3.0.1

This commit is contained in:
Parker Moore 2015-12-15 00:01:35 -08:00
parent 4c050bba65
commit fe5984ee15
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
* Convertible should make layout data accessible via `layout` instead of `page` (#4205)
* Avoid using `Dir.glob` with absolute path to allow special characters in the path (#4150)
* Handle empty config files (#4052)
* Rename `@options` so that it does not impact Liquid. (#4173)
### Development Fixes
@ -57,7 +58,6 @@
* Align hooks implementation with documentation (#4104)
* Fix the deprecation warning in the doctor command (#4114)
* Fix case in `:title` and add `:slug` which is downcased (#4100)
* Rename @options so that it does not impact Liquid. (#4173)
### Development Fixes