From fe5de64fb2ade7534aeaf3cd9071f4d693dfd23d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 24 Mar 2014 20:56:42 -0400 Subject: [PATCH] Add dat blog post. --- .../2014-03-24-jekyll-1-5-0-released.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 site/_posts/2014-03-24-jekyll-1-5-0-released.markdown diff --git a/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown b/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown new file mode 100644 index 00000000..5fe5d378 --- /dev/null +++ b/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown @@ -0,0 +1,17 @@ +--- +layout: news_item +title: 'Jekyll 1.5.0 Released' +date: 2014-03-24 20:37:59 -0400 +author: parkr +version: 1.5.0 +categories: [release] +--- + +As work continues on Jekyll 2.0.0, we felt it was important to address two key +issues of Jekyll 1.4.3, namely the `safe_yaml` dependency below 1.0 and the +inability to use Jekyll 1.4.3 on Windows due to a [fun issue with path sanitizing][]. + +For a full changelog, check out our [history][] page. + +[fun issue with path sanitizing]: https://github.com/jekyll/jekyll/issues/1948 +[history]: /docs/history/#150__20140324