Release 💎 3.4.1
This commit is contained in:
parent
56dfe18c5d
commit
9b91b248ab
|
@ -37,6 +37,10 @@
|
|||
* Convertible#validate_permalink!: ensure the return value of data["permalink"] is a string before asking if it is empty (#5878)
|
||||
* Allow abbreviated post dates (#5920)
|
||||
|
||||
## 3.4.1 / 2017-03-02
|
||||
|
||||
* Backport #5920 for v3.4.x: Allow abbreviated post dates (#5924)
|
||||
|
||||
## 3.4.0 / 2017-01-27
|
||||
|
||||
### Minor Enhancements
|
||||
|
|
|
@ -4,6 +4,12 @@ permalink: "/docs/history/"
|
|||
note: This file is autogenerated. Edit /History.markdown instead.
|
||||
---
|
||||
|
||||
## 3.4.1 / 2017-03-02
|
||||
{: #v3-4-1}
|
||||
|
||||
- Backport [#5920]({{ site.repository }}/issues/5920) for v3.4.x: Allow abbreviated post dates ([#5924]({{ site.repository }}/issues/5924))
|
||||
|
||||
|
||||
## 3.4.0 / 2017-01-27
|
||||
{: #v3-4-0}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.4.0
|
||||
3.4.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Jekyll
|
||||
VERSION = "3.4.0".freeze
|
||||
VERSION = "3.4.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue