MessagePack: serialize round floats as integers (fixes #1718)

This commit is contained in:
Benoit Blanchon
2022-02-28 18:00:43 +01:00
parent ff06292d74
commit e3e375f5cd
3 changed files with 24 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ HEAD
* Fix `call of overloaded 'String(const char*, int)' is ambiguous`
* Fix `JsonString` operator `==` and `!=` for non-zero-terminated string
* Fix `-Wsign-conversion` on GCC 8 (issue #1715)
* MessagePack: serialize round floats as integers (issue #1718)
v6.19.2 (2022-02-14)
-------