From 4662f12291e62c50b16af01ee9cc8401f874528b Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 30 Oct 2023 09:58:30 +0100 Subject: [PATCH] Add changes for v1.1.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..88c9f1c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## v1.1.0 +- Fixed potential crash in `WriteColorFile` if there is an error. +- Replaced `bytes.Buffer` with `strings.Builder` for slightly faster string concatenation. +- Use `string` instead of `[]byte` for encoding internally. Avoids allocating copies. +- More minor code cleanups + +## v1.0.0 + +Initial forked version. Contains mainly code cleanups and modernizations. \ No newline at end of file