summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobert Martin Winterstein <Shizukesa4@gmail.com>2018-10-07 15:10:58 -0600
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-10-07 21:10:58 +0000
commitd2ed0152f1a48bec3b84e5602944221ddf13071f (patch)
tree5af3bc6f425e3b039c1a381a4e4d1ff685df0f6e /CHANGELOG.md
parent36920fb07184df5962b017d63b8b97cbdc25dcbe (diff)
fix erroneous indexed_color results
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac29fb06..155cb5ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+- Fixed erroneous results when using the `indexed_colors` config option
+
## Version 0.2.1
### Added