From 4cc80ae81717583d7f6af6ae3e49f1dbfcb6b503 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Dec 2015 16:46:37 -0500 Subject: Do proper comparison for numeric property bounds Allow xsd:decimal values for xsd:double properties --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3fb5c07..8a0bb85 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,14 @@ sord (0.15.1) unstable; * Fix construction and comparison of URIs with UTF-8 characters * Fix documentation generation - * Return error from sord_inserter_write_statement() if a node can not be written - (e.g. undefined prefix) + * Return error from sord_inserter_write_statement() if a node can not be + written (e.g. undefined prefix) * Make sord_node_get_counted return byte count, and clarify documentation * Safely return NULL from sord_iter_get() for end iterators * Add sord_node_get_string_measured() to get both byte and character counts + * sord_validate: Do proper numeric comparison for propery bounds checking + * sord_validate: Tolerate xsd:decimal literals for double and float + properties if literals match pattern -- David Robillard Sat, 09 Jul 2016 11:28:24 -0400 -- cgit v1.2.1