Skip to content

Commit

Permalink
Add changes for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Oct 30, 2023
1 parent f6f35d7 commit 4662f12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4662f12

Please sign in to comment.