aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-20 15:46:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-20 15:46:26 +0200
commite7ae21f7282a90b9bda68695af362990d8a63675 (patch)
treefa4a7c7877ca034b5cde31d05513e1c2c40784bf /NEWS
parentebbf82b02d8b4c0b25e39395a35e899cea0f1cdd (diff)
Add support for fractionDigits in serializer
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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.