mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-06 22:11:42 +00:00
c2c7a4ce5b
[ci skip]
2.2 KiB
2.2 KiB
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