mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
b9bd35d72e
git-subtree-dir: docs git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a
1.9 KiB
1.9 KiB
date: 2019-07-30 title: "Hugo 0.56.2: A couple of Bug Fixes" description: "This version fixes a couple of bugs introduced in 0.56.0." categories: ["Releases"] images:
- images/blog/hugo-bug-poster.png
This is a bug-fix release with a couple of important fixes.
- Add some more content language test assertions 84bc8d84 @bep #6136
- commands: Fix config reloading in Vim and similar 6eca0a3d @bep #6139
- Fix Jekyll import e28bd4c0 @bep #6131
- Fix image format detection for upper case extensions, e.g. JPG c62bbf7b @bep #6137
- Fix i18n project vs theme order 00a238e3 @bep #6134
- Add proper error message when receiving nil in Resource transformation e5f96024 @bep #6128
- Merge branch 'release-0.56.1' 9f497e7b @bep
- deps: Update go-org to v0.1.2 56908509 @niklasfasching