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:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-03-07 20:56:23 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-03-07 20:56:23 +0300
commitf414966b942b5aad75565bee6c644782a07f0658 (patch)
tree84bdff11e0ac27c45871591705d8a335c06973cb
parentc29a2ed2f51884896ba93dbf4c879c13be34536d (diff)
releaser: Add release notes to /docs for release of 0.37.1v0.37.1
[ci skip]
-rw-r--r--docs/content/news/0.37.1-relnotes/index.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/content/news/0.37.1-relnotes/index.md b/docs/content/news/0.37.1-relnotes/index.md
new file mode 100644
index 000000000..7f53d4127
--- /dev/null
+++ b/docs/content/news/0.37.1-relnotes/index.md
@@ -0,0 +1,22 @@
+
+---
+date: 2018-03-07
+title: "0.37.1"
+description: "0.37.1"
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a one important fix:
+
+Image content such as `SVG` cannot be scaled with the built-in image processing methods, but it should still be possible to use them as page resources. This was a regression in Hugo `0.37` and is now fixed. [ba94abbf](https://github.com/gohugoio/hugo/commit/ba94abbf5dd90f989242af8a7027d67a572a6128) [@bep](https://github.com/bep) [#4455](https://github.com/gohugoio/hugo/issues/4455)
+
+
+
+
+
+