summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Sibille <clements+git@lisible.xyz>2024-03-10 00:27:27 +0900
committerClement Sibille <clements+git@lisible.xyz>2024-03-10 00:27:27 +0900
commit378206a6b3d2859ee1d1dd79f4d31d7f5663d924 (patch)
treea8d9425885e2b617655729c60b7e4144a1fb1c2c /CHANGELOG.md
parentd82fcf5fd61467f5dedb84bb56861a33d1ef8b60 (diff)
Add support for Indexed-colour colour type
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52f492f..188ef5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,10 @@
- Expose LisPngColourType enum
- Add LisPngColourType_sample_count() function
- Add LisPng accessor functions
-- Improve lisiblepng-bin error handling
- Add LisPng_write_RGBA8_data()
+- Add support for colour type Indexed-colour
+- Improve lisiblepng-bin error handling
+- Fix a bug when reallocating image data
## 0.1.0 (2024-03-05)
- Add PNG decoding support for colour types Greyscale and Truecolour
Go back to lisible.xyz