aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-06-28 15:57:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-06-28 15:57:14 +0200
commitba7c4c312a412b1a7efcb253189d280b1865e971 (patch)
treed40db7fa93a975609bb88d560f6f165fa559c63d /NEWS
parent5e7c109f2a401ef8f4d898bf59fb643c7c7eeed0 (diff)
Add format()/precision() modifiers to floating-point serializers
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71f211a..3a81dc6 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ Version 3.3.0
to an executable by packaging compiled generated code into a static
(archive) library.
+ C++/Serializer
+
+ * New functions, format() and precision(), allow changing of the
+ output notation and precision for the float, double, and decimal
+ type serializers.
+
Version 3.2.0
* Support for ISO-8859-1 in addition to UTF-8 as application encoding.