mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-16 08:15:37 -04:00
assign with comments
parent
ab67d93b3c
commit
6721dba9e3
4
NEWS.md
4
NEWS.md
@ -9,6 +9,10 @@ MinGW build
|
|||||||
* http://mingw-w64.sourceforge.net/
|
* http://mingw-w64.sourceforge.net/
|
||||||
* http://www.mingw.org/
|
* http://www.mingw.org/
|
||||||
|
|
||||||
|
1.2.0
|
||||||
|
-----
|
||||||
|
Changed `operator=()` to copy (and over-write) comments. This was probably expected by most users and is thus more like a bug-fix, but it could break some unit-tests. There is no performance penalty because the comments were already copied into an intermediate Value.
|
||||||
|
|
||||||
1.1.0
|
1.1.0
|
||||||
-----
|
-----
|
||||||
Improved round-trip robustness, namely for doubles. Unfortunately, this can break existing round-trip tests, but those tests were more unlikely to exist because of this bug. (See [pull #109](https://github.com/open-source-parsers/jsoncpp/pull/109) for interesting stackoverflow links.)
|
Improved round-trip robustness, namely for doubles. Unfortunately, this can break existing round-trip tests, but those tests were more unlikely to exist because of this bug. (See [pull #109](https://github.com/open-source-parsers/jsoncpp/pull/109) for interesting stackoverflow links.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user