Include v3.4.5 release notes in site and in History.markdown

This commit is contained in:
Parker Moore 2017-06-30 22:18:50 -04:00
parent b0136fccfa
commit 409a36e6c0
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
2 changed files with 11 additions and 1 deletions

View File

@ -163,6 +163,10 @@
* Default `baseurl` to `nil` instead of empty string (#6137)
* Filters#time helper: Duplicate time before calling #localtime. (#5996)
## 3.4.5 / 2017-06-30
* Backport #6185 for v3.4.x: Always normalize the result of the `relative_url` filter (#6186)
## 3.4.4 / 2017-06-17
* Backport #6137 for v3.4.x: Default `baseurl` to `nil` instead of empty string (#6146)

View File

@ -151,7 +151,13 @@ note: This file is autogenerated. Edit /History.markdown instead.
- Filters#time helper: Duplicate time before calling #localtime. ([#5996]({{ site.repository }}/issues/5996))
## 3.4.4 / 2016-06-17
## 3.4.5 / 2017-06-30
{: #v3-4-5}
- Backport [#6185]({{ site.repository }}/issues/6185) for v3.4.x: Always normalize the result of the `relative_url` filter ([#6186]({{ site.repository }}/issues/6186))
## 3.4.4 / 2017-06-17
{: #v3-4-4}
- Backport [#6137]({{ site.repository }}/issues/6137) for v3.4.x: Default `baseurl` to `nil` instead of empty string ([#6146]({{ site.repository }}/issues/6146))