Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-10 09:57:34 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-10 09:57:34 +0300
commitbbd33dbf5d9575ab95c8e00aa97b71a600e429b6 (patch)
tree99087a121906b83a344a057c56454091805996cf
parent0e09be7b3cb2c2a4c847c2c91809000da111adbb (diff)
releaser: Add release notes to /docs for release of 0.25.1v0.25.1
[ci skip]
-rw-r--r--docs/content/release-notes/0.25.1-relnotes.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/content/release-notes/0.25.1-relnotes.md b/docs/content/release-notes/0.25.1-relnotes.md
new file mode 100644
index 000000000..cf0c6a51b
--- /dev/null
+++ b/docs/content/release-notes/0.25.1-relnotes.md
@@ -0,0 +1,28 @@
+
+---
+date: 2017-07-10
+title: 0.25.1
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+
+Hugo now has:
+
+* 18277+ [stars](https://github.com/gohugoio/hugo/stargazers)
+* 456+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
+* 170+ [themes](http://themes.gohugo.io/)
+
+## Fixes
+
+* Fix union when the first slice is empty [dbbc5c48](https://github.com/gohugoio/hugo/commit/dbbc5c4810a04ac06fad7500d88cf5c3bfe0c7fd) [@bep](https://github.com/bep) [#3686](https://github.com/gohugoio/hugo/issues/3686)
+* Navigate to changed on CREATE When working with content from IntelliJ IDE, like WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". [7bcc1ce6](https://github.com/gohugoio/hugo/commit/7bcc1ce659710f2220b400ce3b76e50d2e48b241) [@miltador](https://github.com/miltador)
+* Final (!) fix for issue with escaped JSON front matter [7f82b41a](https://github.com/gohugoio/hugo/commit/7f82b41a24af0fd04d28fbfebf9254766a3c6e6f) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682)
+* Fix issue with escaped JSON front matter [84db6c74](https://github.com/gohugoio/hugo/commit/84db6c74a084d2b52117b999d4ec343cd3389a68) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682)
+
+
+
+
+