From 6f97a18e538c3390252c9d51de3f2ae92aeff7ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Jun 2024 18:36:22 -0400 Subject: Simplify token comparison in reader "Simplify" in terms of the operations actually performed. Since we only need to test for equality here, a simpler comparison with less branching will do. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 798eb672..3e9c71d3 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,12 @@ serd (0.32.3) unstable; urgency=medium * Fix rewriting special literals when datatype URIs are prefixed names * Gracefully handle errors while writing the end of anonymous nodes * Improve test suite coverage + * Simplify some character classification and comparison code * Support reading lone lists in lax mode * Treat out of range unicode characters as errors * Write blank lines between graphs and statements in TriG - -- David Robillard Mon, 24 Jun 2024 19:11:54 +0000 + -- David Robillard Tue, 25 Jun 2024 22:38:16 +0000 serd (0.32.2) stable; urgency=medium -- cgit v1.2.1