Skip to content

Commit fd301c3

Browse files
committed
releaser: Add release notes to /docs for release of 0.32.1
[ci skip]
1 parent 54ef60b commit fd301c3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
---
3+
date: 2018-01-02
4+
title: "0.32.1"
5+
description: "0.32.1"
6+
slug: "0.32.1"
7+
categories: ["Releases"]
8+
images:
9+
- images/blog/hugo-bug-poster.png
10+
11+
---
12+
13+
14+
15+
This fixes 2 bugs from the Hugo 0.32 release.
16+
17+
* Fix image processing from shortcodes in non-server mode. [@bep](https://github.com/bep) [#4202](https://github.com/gohugoio/hugo/issues/4202)
18+
* Fix broken `hugo --renderToMemory`. Note that this is only useful for benchmark testing, as there is no easy way to actually view the result. [d36d71ed](https://github.com/gohugoio/hugo/commit/d36d71edd3b04df3b34edf4d108e3995a244c4f0) [@bep](https://github.com/bep) [#4212](https://github.com/gohugoio/hugo/issues/4212)
19+
20+
21+
22+

0 commit comments

Comments
 (0)