diff options
author | David Robillard <d@drobilla.net> | 2012-02-21 04:32:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-21 04:32:49 +0000 |
commit | 418a485c0045c8e96c3668cabf8f7ffefe6871d2 (patch) | |
tree | 4d032f81961e5a2394ff43866e6b710f401f062b /ChangeLog | |
parent | 30aa350f3ed2a494640db31a44d6ceb24911dce5 (diff) | |
download | serd-418a485c0045c8e96c3668cabf8f7ffefe6871d2.tar.gz serd-418a485c0045c8e96c3668cabf8f7ffefe6871d2.tar.bz2 serd-418a485c0045c8e96c3668cabf8f7ffefe6871d2.zip |
Add test case and update ChangeLog.
git-svn-id: http://svn.drobilla.net/serd/trunk@321 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ serd (UNRELEASED) unstable; urgency=low * Support compilation as C++ under MSVC++. * Implement pretty-printing for collections. * Parse collections iteratively in O(1) space. + * Report read error if both "genid" and "docid" IDs are found in the same + document, to prevent silent merging of distinct blank nodes. -- David Robillard <d@drobilla.net> (UNRELEASED) |