diff options
author | David Robillard <d@drobilla.net> | 2013-02-02 20:36:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-02 20:36:44 +0000 |
commit | 77dc227d38eb2a7432dc3a673337e7295b561d9c (patch) | |
tree | d9af7c57831077a8472ec460b8ffa70910e1d3b0 /NEWS | |
parent | 5cd549c8e512d9a85d7d666db5da8b8a444a281f (diff) | |
download | sord-77dc227d38eb2a7432dc3a673337e7295b561d9c.tar.gz sord-77dc227d38eb2a7432dc3a673337e7295b561d9c.tar.bz2 sord-77dc227d38eb2a7432dc3a673337e7295b561d9c.zip |
sord_validate: Pass type check when range is xsd:anyURI and value is a URI.
sord_validate: Support any subClassOf rdf:Property, not just baked-in ones.
git-svn-id: http://svn.drobilla.net/sord/trunk@281 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,11 +2,13 @@ sord (0.10.5) unstable; * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) * Add sord_node_get() for easily getting single property values + * sord_validate: Pass type check when range is xsd:anyURI and value is a URI + * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones * sordmm.hpp: Add convenient constructors for decimal and integer literals * sordmm.hpp: Add Node::to_serd_node() * sordmm.hpp: Don't automatically add RDF namespace prefix to world - -- David Robillard <d@drobilla.net> Mon, 14 Jan 2013 01:52:25 -0500 + -- David Robillard <d@drobilla.net> Sun, 27 Jan 2013 12:30:50 -0500 sord (0.10.4) stable; |