From b24672bb03c30f5cb73f628362a97bb1b02d6818 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2019 20:59:12 +0200 Subject: Add support for xsd:double and xsd:float These can be used to serialise a float or double in the shortest normalised form that can be read back in to the exact same floating point value. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f3dba965..ae4f2e49 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ serd (1.0.1) unstable; * Add option for writing terse output without newlines * Add support for validation * Add support for writing terse collections + * Add support for xsd:float and xsd:double literals * Bring read/write interface closer to C standard * Make nodes opaque * Make serd_strtod API const-correct -- cgit v1.2.1