From 409a36e6c0b441dc30555bee7c7a0f85c72d0df7 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 30 Jun 2017 22:18:50 -0400 Subject: [PATCH] Include v3.4.5 release notes in site and in History.markdown --- History.markdown | 4 ++++ docs/_docs/history.md | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index ad7d76fd..7e3f89ff 100644 --- a/History.markdown +++ b/History.markdown @@ -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) diff --git a/docs/_docs/history.md b/docs/_docs/history.md index de5dc4d8..c2ba544a 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -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))