From 4d264b5b9cda258d556166afcd35600ddc254357 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 26 Apr 2016 17:57:07 -0700 Subject: [PATCH 1/3] Add release notes for v3.0.5 --- History.markdown | 4 ++++ .../2016-04-26-jekyll-3-0-5-released.markdown | 22 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 site/_posts/2016-04-26-jekyll-3-0-5-released.markdown diff --git a/History.markdown b/History.markdown index 7d47a5dc..7525ba49 100644 --- a/History.markdown +++ b/History.markdown @@ -237,6 +237,10 @@ * Add Contentful Extension to list of third-party plugins (#4390) * 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 * Fix defaults for Documents to lookup defaults based on `relative_path` instead of `url` (#4806) diff --git a/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown b/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown new file mode 100644 index 00000000..f07a9831 --- /dev/null +++ b/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown @@ -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! From 008e6947320515f2f31674f96a8aaee4a9e46e46 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 26 Apr 2016 17:59:05 -0700 Subject: [PATCH 2/3] Compile history. --- site/_docs/history.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/_docs/history.md b/site/_docs/history.md index ca35565c..017b6d39 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -175,6 +175,12 @@ note: This file is autogenerated. Edit /History.markdown instead. - Correct Minor spelling error ([#4394]({{ site.repository }}/issues/4394)) +## 3.0.5 / 2016-04-26 +{: #v3-0-5} + +- Remove call to `#backwards_compatibilize` in `Configuration.from` ([#4846]({{ site.repository }}/issues/4846)) + + ## 3.0.4 / 2016-04-18 {: #v3-0-4} From 960342eb384012db1906f01608f5f86ec39313e9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 26 Apr 2016 18:00:33 -0700 Subject: [PATCH 3/3] Add link to history doc. --- site/_posts/2016-04-26-jekyll-3-0-5-released.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown b/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown index f07a9831..9696713a 100644 --- a/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown +++ b/site/_posts/2016-04-26-jekyll-3-0-5-released.markdown @@ -15,6 +15,9 @@ 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). +As always, our [history doc](/docs/history/#v3-0-5) has links to the pull +requests and issues associated with the release for your perusal. + 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.