From 6721dba9e3d19a51212bfc099c1942fb8c6e8562 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Tue, 20 Jan 2015 13:02:25 -0600 Subject: [PATCH] assign with comments --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3eac32a..c93bf2d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.)