Add release information for v3.1.5

This commit is contained in:
Parker Moore 2016-05-18 21:38:53 -07:00
parent eb14b88175
commit 5949b4a5bb
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
5 changed files with 34 additions and 2 deletions

View File

@ -101,6 +101,12 @@
* Add pubstorm deployment instructions to docs (#4881)
* Corrected pagination docs for hidden: true feature (#4903)
## 3.1.5 / 2016-05-18
### Bug Fixes
* Sort the results of the `require_all` glob (affects Linux only). (#4912)
## 3.1.4 / 2016-05-18
### Bug Fixes

View File

@ -1,3 +1,3 @@
module Jekyll
VERSION = '3.1.4'
VERSION = '3.1.5'
end

View File

@ -5,6 +5,15 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---
## 3.1.5 / 2016-05-18
{: #v3-1-5}
### Bug Fixes
{: #bug-fixes-v3-1-5}
- Sort the results of the `require_all` glob (affects Linux only). ([#4912]({{ site.repository }}/issues/4912))
## 3.1.4 / 2016-05-18
{: #v3-1-4}

View File

@ -0,0 +1,17 @@
---
layout: news_item
title: 'Jekyll 3.1.5 Released'
date: 2016-05-18 21:35:27 -0700
author: parkr
version: 3.1.5
categories: [release]
---
There's always at least one bug, right? :)
Hot on the trails of [v3.1.4](/news/2016/05/18/jekyll-3-1-4-released/), we
bring you v3.1.5! It fixes one bug around requiring the `ExcerptDrop`,
which only affects Linux. For the gory details, see [the pull
request for the fix](https://github.com/jekyll/jekyll/pull/4912).
Happy Jekylling!

View File

@ -1 +1 @@
3.1.4
3.1.5