summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Sibille <clements+git@lisible.xyz>2024-03-06 12:58:39 +0900
committerClement Sibille <clements+git@lisible.xyz>2024-03-06 12:58:39 +0900
commit709b05466b3153cc75bba6bc439e80f173c92c98 (patch)
tree5239beb60357493af2606d7a846c9d04536dfc06
parent90c87f38c6c6b8cff5fc310708fa9805b1cfa426 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 844d462..04ecdb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,12 @@
# Changelog
-## 0.2.0 (2024-03-05)
+## 0.2.0 (future release)
- Rename Png type to LisPng
-- Replaced function prefix lis_Png_ to LisPng_
+- Replace function prefix lis_Png_ to LisPng_
- Expose LisPngColourType enum
- Add LisPngColourType_sample_count() function
- Add LisPng accessor functions
+- Improve lisiblepng-bin error handling
## 0.1.0 (2024-03-05)
- Add PNG decoding support for colour types Greyscale and Truecolour
Go back to lisible.xyz