SHA256
8
0
forked from pool/jsoncpp

Accepting request 559520 from home:avindra

- Update to version 1.8.4:
  * Functional changes
    - Serialize UTF-8 string with Unicode escapes
      + Breaks code that relies on not Unicode-escaping encoding
        strings. A future release may allow skipping all Unicode
	escape.
    - Un-deprecate removeMember overloads, return void
    - Allow Json::Value to be used in a boolean context
    - Use move ctor in append()
    - Add value_type to improve integration with boost
  * Meta-changes
    - Fix meson.build to allow using jsoncpp as a subproject
    - Fix some compiler warnings
    - Update docs

OBS-URL: https://build.opensuse.org/request/show/559520
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=49
This commit is contained in:
2017-12-23 08:19:39 +00:00
committed by Git OBS Bridge
parent 1659201624
commit cc8184ff3a
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Dec 23 00:09:57 UTC 2017 - avindra@opensuse.org
- Update to version 1.8.4:
* Functional changes
- Serialize UTF-8 string with Unicode escapes
+ Breaks code that relies on not Unicode-escaping encoding
strings. A future release may allow skipping all Unicode
escape.
- Un-deprecate removeMember overloads, return void
- Allow Json::Value to be used in a boolean context
- Use move ctor in append()
- Add value_type to improve integration with boost
* Meta-changes
- Fix meson.build to allow using jsoncpp as a subproject
- Fix some compiler warnings
- Update docs
-------------------------------------------------------------------
Mon Oct 2 10:43:15 UTC 2017 - mpluskal@suse.com