assign with comments

Christopher Dunn 2015-01-20 13:02:25 -06:00
parent ab67d93b3c
commit 6721dba9e3

@ -9,6 +9,10 @@ MinGW build
* http://mingw-w64.sourceforge.net/
* 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
-----
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.)