summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 22:05:03 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 22:56:45 -0700
commitccf8dc4b21bb1a547f118affab22bca3a02df270 (patch)
tree8c5c2e9f5bd1c3a2208efe4d11965ecaa95472ec
parentb3f4186f2b8e992f56f898784b1cd28bfd7550ca (diff)
ReleaseNotes: Add an entry for this branch's changes
-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