From 8ebd5852cd2ddcc5f9369df21ca2275d857083a4 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 9 Dec 2013 20:49:15 -0600 Subject: [PATCH] Updates for the 1.4.1 release The 1.4.1 release is on the v1-stable branch --- History.markdown | 13 ++++++++++++ .../2013-12-09-jekyll-1-4-1-released.markdown | 20 +++++++++++++++++++ site/docs/history.md | 13 ++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 site/_posts/2013-12-09-jekyll-1-4-1-released.markdown diff --git a/History.markdown b/History.markdown index e74b3a9f..80894e0f 100644 --- a/History.markdown +++ b/History.markdown @@ -22,6 +22,19 @@ * Fix broken link to installation of Ruby on Mountain Lion blog post on Troubleshooting docs page (#1797) +## 1.4.1 / 2013-12-09 + +### Major Enhancements + +### Minor Enhancements + +### Bug Fixes + * Don't allow nil entries when loading posts (#1796) + +### Development Fixes + +### Site Enhancements + ## 1.4.0 / 2013-12-07 ### Major Enhancements diff --git a/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown b/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown new file mode 100644 index 00000000..4ea7b31a --- /dev/null +++ b/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown @@ -0,0 +1,20 @@ +--- +layout: news_item +title: 'Jekyll 1.4.1 Released' +date: 2013-12-09 20:44:13 -0600 +author: mattr- +version: 1.4.0 +categories: [release] +--- + +Another quick turnover, anyone? A [critical +bug](https://github.com/mojombo/jekyll/issues/1794) in the reading of +posts snuck itself into the 1.4.0 release. + +To address this issue, we're releasing v1.4.1 of Jekyll so that you can +keep on writing without any problems. + +As always, you can find the full list of fixes in this release in the +[change log](/docs/history/)! + + diff --git a/site/docs/history.md b/site/docs/history.md index db10e10d..9740be78 100644 --- a/site/docs/history.md +++ b/site/docs/history.md @@ -5,6 +5,19 @@ permalink: /docs/history/ prev_section: contributing --- +## 1.4.1 / 2013-12-09 + +### Major Enhancements + +### Minor Enhancements + +### Bug Fixes +- Don't allow nil entries when loading posts ([#1796]({{ site.repository }}/issues/1796)) + +### Development Fixes + +### Site Enhancements + ## 1.4.0 / 2013-12-07 ### Major Enhancements