diff options
author | David Robillard <d@drobilla.net> | 2013-03-03 04:53:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-03 04:53:59 +0000 |
commit | 1d32c6e37bb4409719d6170c4b0e45cd3557df9a (patch) | |
tree | 19e607e681f18715d5c6b9c55dab48ee4e4aecf8 /NEWS | |
parent | 2f993d40296ef007fa313756a721e48890f3df89 (diff) | |
download | serd-1d32c6e37bb4409719d6170c4b0e45cd3557df9a.tar.gz serd-1d32c6e37bb4409719d6170c4b0e45cd3557df9a.tar.bz2 serd-1d32c6e37bb4409719d6170c4b0e45cd3557df9a.zip |
Don't write xsd:decimal literals to Turtle bare if they would not be read back
with the same type.
Run thru tests on manifest-based test suites.
git-svn-id: http://svn.drobilla.net/serd/trunk@428 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ serd (0.18.3) unstable; - * Support most of the latest Turtle Editor's Draft + * Support most of the latest Turtle Draft + * Don't write xsd:decimal literals to Turtle bare if they would not be read + back with the same type * Fix possible crash in serd_writer_end_anon() when writing invalid lists * Generate blank names like _:b1 and _:B2 not _:genid1 _:docid2 * Correctly handle posix_memalign failure |