aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-28 22:39:02 -0500
committerDavid Robillard <d@drobilla.net>2023-03-31 11:11:18 -0400
commit2eb037b3f1abebbac697c7d804f1e6339c907aaa (patch)
tree8415167f522266de46a6b9eaa2f1600f1617bef6 /NEWS
parent4ad14a612a188ae04efcecb2949e4c7c2af191f2 (diff)
downloadserd-2eb037b3f1abebbac697c7d804f1e6339c907aaa.tar.gz
serd-2eb037b3f1abebbac697c7d804f1e6339c907aaa.tar.bz2
serd-2eb037b3f1abebbac697c7d804f1e6339c907aaa.zip
Fix possible hang when writing nested Turtle lists
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d8fd5fa..a86e4d8b 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ serd (0.31.0) unstable; urgency=medium
* Fix crash when trying to read chunks without starting
* Fix hang when skipping an error at EOF when lax parsing
* Fix incorrect parsing of strange quote escape patterns
+ * Fix possible hang when writing nested Turtle lists
* Gracefully handle bad characters in Turtle blank node syntax
* Gracefully handle bad characters in Turtle datatype syntax
* Improve serdi man page
@@ -17,7 +18,7 @@ serd (0.31.0) unstable; urgency=medium
* Replace duplicated dox_to_sphinx script with sphinxygen dependency
* Test header for warnings more strictly
- -- David Robillard <d@drobilla.net> Wed, 01 Mar 2023 00:36:43 +0000
+ -- David Robillard <d@drobilla.net> Wed, 01 Mar 2023 03:38:47 +0000
serd (0.30.16) stable; urgency=medium