Add info about 3.1.6 to master.
This commit is contained in:
parent
5949b4a5bb
commit
1d81d2087e
|
@ -101,6 +101,12 @@
|
||||||
* Add pubstorm deployment instructions to docs (#4881)
|
* Add pubstorm deployment instructions to docs (#4881)
|
||||||
* Corrected pagination docs for hidden: true feature (#4903)
|
* Corrected pagination docs for hidden: true feature (#4903)
|
||||||
|
|
||||||
|
## 3.1.6 / 2016-05-19
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add ability to `jsonify` Drops such that, e.g. `site | jsonify`, works. (#4914)
|
||||||
|
|
||||||
## 3.1.5 / 2016-05-18
|
## 3.1.5 / 2016-05-18
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '3.1.5'
|
VERSION = '3.1.6'
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,6 +5,15 @@ permalink: "/docs/history/"
|
||||||
note: This file is autogenerated. Edit /History.markdown instead.
|
note: This file is autogenerated. Edit /History.markdown instead.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.1.6 / 2016-05-19
|
||||||
|
{: #v3-1-6}
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
{: #bug-fixes-v3-1-6}
|
||||||
|
|
||||||
|
- Add ability to `jsonify` Drops such that, e.g. `site | jsonify`, works. ([#4914]({{ site.repository }}/issues/4914))
|
||||||
|
|
||||||
|
|
||||||
## 3.1.5 / 2016-05-18
|
## 3.1.5 / 2016-05-18
|
||||||
{: #v3-1-5}
|
{: #v3-1-5}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
layout: news_item
|
||||||
|
title: 'Jekyll 3.1.6 Released'
|
||||||
|
date: 2016-05-19 12:48:14 -0700
|
||||||
|
author: parkr
|
||||||
|
version: 3.1.6
|
||||||
|
categories: [release]
|
||||||
|
---
|
||||||
|
|
||||||
|
Upon releasing 3.1.5 and kicking the tires, we noticed a glaring bug: our
|
||||||
|
beloved `jsonify` filter doesn't work! With that, our work was cut out for
|
||||||
|
us and we decided a 3.1.6 was necessary. This release restores sanity to
|
||||||
|
our object-to-JSON generation in Liquid and we hope you enjoy.
|
||||||
|
|
||||||
|
For the gory details, see [the pull
|
||||||
|
request](https://github.com/jekyll/jekyll/pull/4914) or [the
|
||||||
|
changelog](/docs/history/#v3-1-6).
|
||||||
|
|
||||||
|
Happy Jekylling!
|
|
@ -1 +1 @@
|
||||||
3.1.5
|
3.1.6
|
||||||
|
|
Loading…
Reference in New Issue