diff options
author | David Robillard <d@drobilla.net> | 2024-06-25 18:36:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-25 18:38:25 -0400 |
commit | 6f97a18e538c3390252c9d51de3f2ae92aeff7ee (patch) | |
tree | e74d96f549c114e380adefe3586a115a3a02aa5b /NEWS | |
parent | d0c6099462d40a63399d02c2a84237d7fd2f89f8 (diff) | |
download | serd-6f97a18e538c3390252c9d51de3f2ae92aeff7ee.tar.gz serd-6f97a18e538c3390252c9d51de3f2ae92aeff7ee.tar.bz2 serd-6f97a18e538c3390252c9d51de3f2ae92aeff7ee.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <d@drobilla.net> Mon, 24 Jun 2024 19:11:54 +0000 + -- David Robillard <d@drobilla.net> Tue, 25 Jun 2024 22:38:16 +0000 serd (0.32.2) stable; urgency=medium |