aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-02-07 18:51:15 -0500
committerDavid Robillard <d@drobilla.net>2024-03-08 17:13:28 -0500
commit37723be4c8b49b785c40fe5ccd34edbc7c018e1b (patch)
tree4c784a3384c2574b5eb89f2b3efc90132b202aa5 /NEWS
parent9caf3ec7c867795c475a42c72c6a4aa3f41104b7 (diff)
downloadserd-37723be4c8b49b785c40fe5ccd34edbc7c018e1b.tar.gz
serd-37723be4c8b49b785c40fe5ccd34edbc7c018e1b.tar.bz2
serd-37723be4c8b49b785c40fe5ccd34edbc7c018e1b.zip
Fix parsing NQuads lines with no space before the final dot
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 195a69df..ea0aaeba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+serd (0.32.3) unstable; urgency=medium
+
+ * Fix parsing NQuads lines with no space before the final dot
+
+ -- David Robillard <d@drobilla.net> Fri, 09 Feb 2024 15:46:08 +0000
+
serd (0.32.2) stable; urgency=medium
* Enable clang nullability checks