Add release notes for v3.0.5
This commit is contained in:
parent
b45f575ffe
commit
4d264b5b9c
|
@ -237,6 +237,10 @@
|
||||||
* Add Contentful Extension to list of third-party plugins (#4390)
|
* Add Contentful Extension to list of third-party plugins (#4390)
|
||||||
* Correct Minor spelling error (#4394)
|
* Correct Minor spelling error (#4394)
|
||||||
|
|
||||||
|
## 3.0.5 / 2016-04-26
|
||||||
|
|
||||||
|
* Remove call to `#backwards_compatibilize` in `Configuration.from` (#4846)
|
||||||
|
|
||||||
## 3.0.4 / 2016-04-18
|
## 3.0.4 / 2016-04-18
|
||||||
|
|
||||||
* Fix defaults for Documents to lookup defaults based on `relative_path` instead of `url` (#4806)
|
* Fix defaults for Documents to lookup defaults based on `relative_path` instead of `url` (#4806)
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
layout: news_item
|
||||||
|
title: 'Jekyll 3.0.5 Released'
|
||||||
|
date: 2016-04-26 17:40:44 -0700
|
||||||
|
author: parkr
|
||||||
|
version: 3.0.5
|
||||||
|
categories: [release]
|
||||||
|
---
|
||||||
|
|
||||||
|
This version fixes a bug affecting only v3.0.4 where autoregeneration was
|
||||||
|
*always* disabled when running Jekyll locally. This feature is a huge
|
||||||
|
reason why Jekyll (or any static site generator, for that matter) is a joy
|
||||||
|
to use. Sorry for the regression!
|
||||||
|
|
||||||
|
If you're using GitHub Pages, [you can follow the progress of the upgrade
|
||||||
|
on the github/pages-gem repo](https://github.com/github/pages-gem/pull/285).
|
||||||
|
|
||||||
|
We're looking forward to the upcoming release of v3.2 which [has some
|
||||||
|
excellent goodies](https://github.com/jekyll/jekyll/blob/master/History.markdown#head)
|
||||||
|
we think you'll love.
|
||||||
|
|
||||||
|
Happy Jekylling!
|
Loading…
Reference in New Issue