From ba7c4c312a412b1a7efcb253189d280b1865e971 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Jun 2011 15:57:14 +0200 Subject: Add format()/precision() modifiers to floating-point serializers --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1