From 8619de8ba531f7473c99383761ac97bf80f457b7 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 19 May 2023 17:16:30 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a055fe6..7545599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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")