aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-06 20:59:12 +0200
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:59 +0100
commitb24672bb03c30f5cb73f628362a97bb1b02d6818 (patch)
treed51d60801b2d5951cec150fe5990c72337b4aa37 /NEWS
parent9e59a63d9b5897d9ff6d0d9936a57c3167ea9a34 (diff)
downloadserd-b24672bb03c30f5cb73f628362a97bb1b02d6818.tar.gz
serd-b24672bb03c30f5cb73f628362a97bb1b02d6818.tar.bz2
serd-b24672bb03c30f5cb73f628362a97bb1b02d6818.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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