Update history to reflect merge of #4505 [ci skip]
This commit is contained in:
parent
150862ee96
commit
99b9c8486c
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
* Include .rubocop.yml in Gem (#4437)
|
* Include .rubocop.yml in Gem (#4437)
|
||||||
* LiquidRenderer#parse: parse with line numbers. (#4452)
|
* LiquidRenderer#parse: parse with line numbers. (#4452)
|
||||||
|
* add consistency to the deprecation message (#4505)
|
||||||
|
|
||||||
### Site Enhancements
|
### Site Enhancements
|
||||||
|
|
||||||
|
@ -139,11 +140,11 @@
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* Fix extension weirdness with folders (#4493)
|
* Fix extension weirdness with folders (#4493)
|
||||||
* EntryFilter: only include 'excluded' log on excluded files (#4479)
|
* EntryFilter: only include 'excluded' log on excluded files (#4479)
|
||||||
* `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path (#4468)
|
* `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path (#4468)
|
||||||
* `LiquidRenderer#parse`: parse with line numbers (#4453)
|
* `LiquidRenderer#parse`: parse with line numbers (#4453)
|
||||||
* `Document#<=>`: protect against nil comparison in dates. (#4446)
|
* `Document#<=>`: protect against nil comparison in dates. (#4446)
|
||||||
|
|
||||||
## 3.0.2 / 2016-01-20
|
## 3.0.2 / 2016-01-20
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue