mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
17661debb6
[ci skip]
2.4 KiB
2.4 KiB
date: 2020-04-22 title: "Hugo 0.69.1: A couple of Bug Fixes" description: "This version fixes a couple of bugs introduced in 0.69.0." categories: ["Releases"] images:
- images/blog/hugo-bug-poster.png
This is a bug-fix release with a couple of important fixes.
- hugolib/filesystems: Fix typo in test suite 49e6c8cb @panakour
- Fix class collector when running with --minify f37e77f2 @bep #7161
- related: Fix toLower 27af5a33 @bep #7198
- Fix broken test b3c82575 @bep
- tpl/tmplimpl/template: Change defer RLock to RUnlock 5146dc61 @BurtonQin
- hugolib: Add Unlock before panic 736f84b2 @BurtonQin
- docs: Fix typo in Hugo's Security Model cd4d8202 @sensimevanidus
- deps: Update go-org to v1.1.0 2b28e5a9 @niklasfasching
- commands: Modify gen chromastyles to output all CSS classes 102ec2da @acahir #7167
- deps: Update to goldmark v1.1.28 feaa582c @bep #7113
- Fix query parameter handling in server fast render mode ee67dbef @bep #7163