Update changelog

This commit is contained in:
Filip Tibell 2023-05-19 17:16:30 +02:00
parent a0dcb85129
commit 8619de8ba5
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Example usage:
```lua
local INPUT = string.rep("Input string to compress", 16)
local INPUT = string.rep("Input string to compress", 16) -- Repeated string 16 times for the purposes of this example
local serde = require("@lune/serde")