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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user