🧚 A practical web framework for Gleam
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

changelog

authored by

Renata Amutio Herrero and committed by
Louis Pilfold
5057c43c dad6c77d

+5 -1
+5 -1
CHANGELOG.md
··· 1 # Changelog 2 3 - ## v0.16.0 - 2024-07-13 4 5 - HTML and JSON body functions now include `charset=utf-8` in the content-type 6 header.
··· 1 # Changelog 2 3 + ## v0.17.0 - Unreleased 4 + 5 + - The `wisp` module gains the `set_logger_level` function and `LogLevel` type. 6 + 7 + ## v0.16.0 - 2024-06-24 8 9 - HTML and JSON body functions now include `charset=utf-8` in the content-type 10 header.