🧚 A practical web framework for Gleam

Correct changelog

+7 -3
+7 -3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## Unreleased 4 + 5 + - The `wisp` module gains the `json_response` function. 6 + 3 7 ## v0.4.0 - 2023-08-24 4 8 5 - - The `wisp` module gains the `json_response`, `set_header`, 6 - `string_builder_body`, `string_body`, `json_body`, `unprocessable_entity`, 7 - `require_json` and `require_content_type` functions. 9 + - The `wisp` module gains the `set_header`, `string_builder_body`, 10 + `string_body`, `json_body`, `unprocessable_entity`, `require_json` and 11 + `require_content_type` functions. 8 12 - The `wisp/testing` module gains the `post_json`, `put_json`, `patch_json`, 9 13 `delete_json`, and `set_header` functions. 10 14 - The request construction functions in the `wisp/testing` module now support