diff options
author | David Robillard <d@drobilla.net> | 2015-02-21 19:52:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-21 19:52:40 +0000 |
commit | 9ac202dc68cd886429f2a1358b22e659f348a6a6 (patch) | |
tree | 44c8d51ebabcc8e7db59f1cd7f1bb7492161fa9e /NEWS | |
parent | aefb0fae022e998d5866837344f9b770e4c9cf19 (diff) | |
download | sord-9ac202dc68cd886429f2a1358b22e659f348a6a6.tar.gz sord-9ac202dc68cd886429f2a1358b22e659f348a6a6.tar.bz2 sord-9ac202dc68cd886429f2a1358b22e659f348a6a6.zip |
More extensive validation support in sord_validate.
git-svn-id: http://svn.drobilla.net/sord/trunk@324 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,10 +4,12 @@ sord (0.13.0) unstable; * Add sord_erase() for erasing statements via an iterator * Fix bugs with stores that contain both graphs and default graph statements * Fix compilation on compilers that do not support -pthread flag + * sord_validate: More extensive validation, including cardinality, + PlainLiteral, and someValuesFrom restrictions. * This release does not break the ABI, but the semantics of iterators has changed: any modification to a model invalidates iterators on that model - -- David Robillard <d@drobilla.net> Tue, 16 Dec 2014 12:35:54 -0500 + -- David Robillard <d@drobilla.net> Thu, 19 Feb 2015 23:18:02 -0500 sord (0.12.2) stable; |