summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-10 13:00:01 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-10 13:00:01 +0200
commit3583dd6d713c243808b5e8724b32565ceaf66104 (patch)
tree22f02c2ab4b84ebd3d95de07a3cc0ad989909a39 /docs/content
parentb5e17f7c837ce796e1094c8033fa7084510402fb (diff)
parente5b4cb2419b67b57ac0a76c4cf82368952780f1e (diff)
Merge branch 'release-0.49.1'
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/en/news/0.49.1-relnotes/index.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/en/news/0.49.1-relnotes/index.md b/docs/content/en/news/0.49.1-relnotes/index.md
new file mode 100644
index 000000000..9327a7060
--- /dev/null
+++ b/docs/content/en/news/0.49.1-relnotes/index.md
@@ -0,0 +1,24 @@
+
+---
+date: 2018-10-10
+title: "0.49.1"
+description: "0.49.1"
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a 2 related fixed. This was introduced in Hugo 0.49. The most notable error situation was that `resources.Concat` could fail in some situations.
+
+
+* Fix handling of different interface types in Slice [e2201ef1](https://github.com/gohugoio/hugo/commit/e2201ef15fdefe257ad284b2df4ccc8f8c38fac2) [@bep](https://github.com/bep) [#5269](https://github.com/gohugoio/hugo/issues/5269)
+
+* Improve append in Scratch [23f48c30](https://github.com/gohugoio/hugo/commit/23f48c300cb5ffe0fe43c88464f38c68831a17ad) [@bep](https://github.com/bep) [#5275](https://github.com/gohugoio/hugo/issues/5275)
+
+
+
+
+