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
2.5 KiB
2.5 KiB
date: 2019-04-20 title: "Hugo 0.55.3: A Few More Bug Fixes!" description: "To wrap up this Easter, here is one more patch release with some important fixes." categories: ["Releases"] images:
- images/blog/hugo-bug-poster.png
This is a bug-fix release with a couple of important fixes.
Hugo now has:
- 34468+ stars
- 439+ contributors
- 308+ themes
Enhancements
Templates
- Return error on invalid input in in 7fbfedf0 @bep #5875
- Make Pages etc. work with the in func 06f56fc9 @bep #5875
- Make Pages etc. work in uniq d7a67dcb @bep #5852
Core
- Add some OutputFormats.Get tests 7aeeb60d @bep #5877
- Add some integration tests for in/uniq using Pages 6c80acbd @bep #5875#5852