Updates for the 1.4.1 release
The 1.4.1 release is on the v1-stable branch
This commit is contained in:
parent
10e350d47b
commit
8ebd5852cd
|
@ -22,6 +22,19 @@
|
||||||
* Fix broken link to installation of Ruby on Mountain Lion blog post on
|
* Fix broken link to installation of Ruby on Mountain Lion blog post on
|
||||||
Troubleshooting docs page (#1797)
|
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
|
## 1.4.0 / 2013-12-07
|
||||||
|
|
||||||
### Major Enhancements
|
### Major Enhancements
|
||||||
|
|
|
@ -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/)!
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,19 @@ permalink: /docs/history/
|
||||||
prev_section: contributing
|
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
|
## 1.4.0 / 2013-12-07
|
||||||
|
|
||||||
### Major Enhancements
|
### Major Enhancements
|
||||||
|
|
Loading…
Reference in New Issue