summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-10 12:31:46 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-10 12:31:46 +0200
commit235acf22321475895442ce49ca5d16be273c1e1f (patch)
treefcb550407246b9d20cd492772274abaec31eeb85
parentac0fac934711ef3fd1cd8c3949d8fb405f602ede (diff)
Relase 0.49.1
-rw-r--r--temp/0.49.1-relnotes-ready.md (renamed from temp/0.49.1-relnotes.md)18
1 files changed, 2 insertions, 16 deletions
diff --git a/temp/0.49.1-relnotes.md b/temp/0.49.1-relnotes-ready.md
index 5c041457a..b99473107 100644
--- a/temp/0.49.1-relnotes.md
+++ b/temp/0.49.1-relnotes-ready.md
@@ -1,26 +1,12 @@
-This is a bug-fix release with a couple of important fixes.
+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.
-Hugo now has:
-
-* 29397+ [stars](https://github.com/gohugoio/hugo/stargazers)
-* 440+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
-* 268+ [themes](http://themes.gohugo.io/)
-
-## Enhancements
-
-### Other
+* 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)
-## Fixes
-
-### Templates
-
-* 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)
-