aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-25 17:59:49 -0500
committerDavid Robillard <d@drobilla.net>2025-03-16 20:22:36 -0400
commit365397d3a1dd95aa7bfdc8d70983c390aa309d17 (patch)
tree7dc31ff101b807140a29a43d0e733bb0287b03b4 /NEWS
parente0c3ff08acbc25040e73838770435e1d2a89265e (diff)
downloadserd-365397d3a1dd95aa7bfdc8d70983c390aa309d17.tar.gz
serd-365397d3a1dd95aa7bfdc8d70983c390aa309d17.tar.bz2
serd-365397d3a1dd95aa7bfdc8d70983c390aa309d17.zip
Fix reading prefix names that start with "true." or "false."
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3863ef01..fd086bbc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,11 @@ serd (0.32.5) unstable; urgency=medium
* Fix handling of some invalid EOF cases in lax mode
* Fix invalid characters in error messages
* Fix reading numbers with no space before the final dot
+ * Fix reading prefix names that start with "true." or "false."
* Refuse to write incoherent statements
* Remove project and version number from man page OS field
- -- David Robillard <d@drobilla.net> Tue, 25 Feb 2025 14:55:48 +0000
+ -- David Robillard <d@drobilla.net> Tue, 25 Feb 2025 22:59:32 +0000
serd (0.32.4) stable; urgency=medium