aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-07 17:58:12 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-07 17:58:12 +0200
commit67bdd8f12e2108e60c136782032d5185459a69d7 (patch)
treea80c11a3efa1d27b4bc67ad42fa4874e65a64c1e /CHANGELOG.md
parent57e200212725a24a2ca715c8acda76586306b0ee (diff)
Sketch a new CHANGELOG entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 009d267..b764550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
This package intends to follow the [PVP](https://pvp.haskell.org/).
+## 0.2.0.0
+- Many performance improvements to the Haskell code (C code mostly left alone).
+- A few API changes and additions, mostly guided by the performance-improving work.
+- The API should be a little more stable now.
+
## 0.1.0.0
- Initial release
- Various aspects of the API are still experimental, and breaking changes are expected in the future.