summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-03 19:18:32 +0000
committerDavid Robillard <d@drobilla.net>2013-02-03 19:18:32 +0000
commit4818e2a66c0a8f621c23fd1daf91612f9e17f414 (patch)
treef60b1682027a73f62aa12b343f395d24d9f4134e
parent54faba942320f27cf8ac36e556723d4980bff903 (diff)
downloadsord-4818e2a66c0a8f621c23fd1daf91612f9e17f414.tar.gz
sord-4818e2a66c0a8f621c23fd1daf91612f9e17f414.tar.bz2
sord-4818e2a66c0a8f621c23fd1daf91612f9e17f414.zip
Update NEWS.
git-svn-id: http://svn.drobilla.net/sord/trunk@283 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 193298c..aaf8f11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
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
+ * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
+ * Add sord_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> Sun, 27 Jan 2013 12:30:50 -0500
+ -- David Robillard <d@drobilla.net> Sun, 03 Feb 2013 14:18:21 -0500
sord (0.10.4) stable;