aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-10 22:04:24 +0100
committerDavid Robillard <d@drobilla.net>2020-11-10 22:10:15 +0100
commit48635c1e2ce5ac764cc273b4f2b93e361016d612 (patch)
tree1493b1c39b0932ede8051611d33f0c22f3df3da4 /NEWS
parent2ce76b31f0a9831b96830f8d60c4dee166dad37a (diff)
downloadserd-48635c1e2ce5ac764cc273b4f2b93e361016d612.tar.gz
serd-48635c1e2ce5ac764cc273b4f2b93e361016d612.tar.bz2
serd-48635c1e2ce5ac764cc273b4f2b93e361016d612.zip
Fix potential memory error when serialising URIs
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cdfc1ca2..2b37bc58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
serd (0.30.7) unstable;
+ * Fix potential memory error when serialising URIs
* Move headers to an include directory
* Split up and reorganize unit tests
- -- David Robillard <d@drobilla.net> Mon, 09 Nov 2020 19:02:52 +0000
+ -- David Robillard <d@drobilla.net> Tue, 10 Nov 2020 21:04:06 +0000
serd (0.30.6) stable;