diff options
author | David Robillard <d@drobilla.net> | 2022-05-08 15:27:32 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-10 10:36:59 -0400 |
commit | f6437f606bd85dbc6d7581146955f85902230ca0 (patch) | |
tree | 29526f43272a8c13455379f4f34b0580af0aa729 /NEWS | |
parent | 272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2 (diff) | |
download | serd-f6437f606bd85dbc6d7581146955f85902230ca0.tar.gz serd-f6437f606bd85dbc6d7581146955f85902230ca0.tar.bz2 serd-f6437f606bd85dbc6d7581146955f85902230ca0.zip |
Fix memory consumption when reading documents
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +serd (0.30.13) unstable; + + * Fix memory consumption when reading documents + + -- David Robillard <d@drobilla.net> Fri, 10 Jun 2022 13:00:11 +0000 + serd (0.30.12) stable; * Fix warnings and build issues with clang 13 and VS 2019 |