summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ReleaseNotes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index f1fccfb..bb366f3 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,14 @@
+# v0.3.1 (TBD)
+
+ Theme: Performance
+
+ This release does a bunch of performance tuning and optimizations,
+ with no user-visible changes other than memory consumption and CPU
+ time. Based on benchmarks with a real-world use-case, it is now
+ roughly an order of magnitude faster, with much lower memory
+ consumption (the big-O of memory consumption was always pretty low,
+ but there were some big constant factors before).
+
# v0.3.0 (2023-01-30)
Theme: Breaking changes