aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 b764550..3c9b3c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
This package intends to follow the [PVP](https://pvp.haskell.org/).
+## 0.2.0.1
+- Fix the broken Data.Array.Nested.Trace export list (not compiled by default).
+
## 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.