diff options
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r-- | ReleaseNotes.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f1fccfb..5e176c4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,14 @@ +# v0.3.1 (2023-01-31) + + 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 |