From e7ae21f7282a90b9bda68695af362990d8a63675 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Apr 2014 15:46:26 +0200 Subject: Add support for fractionDigits in serializer --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3a81dc6..6ae571e 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ Version 3.3.0 C++/Serializer + * Support for the fractionDigits facet for the decimal data type. + * New functions, format() and precision(), allow changing of the output notation and precision for the float, double, and decimal type serializers. -- cgit v1.1