diff options
author | David Robillard <d@drobilla.net> | 2019-10-06 20:59:12 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:59 +0100 |
commit | b24672bb03c30f5cb73f628362a97bb1b02d6818 (patch) | |
tree | d51d60801b2d5951cec150fe5990c72337b4aa37 /NEWS | |
parent | 9e59a63d9b5897d9ff6d0d9936a57c3167ea9a34 (diff) | |
download | serd-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |