aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2019-10-24 11:19:52 +0300
committerGitHub <noreply@github.com>2019-10-24 11:19:52 +0300
commit50c9623e37de498db1e9680e2eca6aa259176f40 (patch)
tree8251e67db148febc9df52d72f9050fde6d711876
parentd288cc157e40d84dc5cda923feb58b8463b57056 (diff)
parent3704e1cd78e0f7209d4f105f340de1dc00860f53 (diff)
downloadjansson-50c9623e37de498db1e9680e2eca6aa259176f40.zip
jansson-50c9623e37de498db1e9680e2eca6aa259176f40.tar.gz
jansson-50c9623e37de498db1e9680e2eca6aa259176f40.tar.bz2
Merge pull request #509 from AllenX2018/update-CHANGES
add changes since v2.12
-rw-r--r--CHANGES45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff6c13d..8f4d868 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,49 @@
+Version 2.13
+============
+
+Released xxxx-xx-xx
+
+* New Features:
+
+ - Add `jansson_version_str()` and `jansson_version_cmp()` for runtime
+ version checking (#465).
+
+ - Add `json_object_update_new()`, `json_object_update_existing_new()`
+ and `json_object_update_missing_new()` functions (#499).
+
+ - Add `json_object_update_recursive()` (#505).
+
+* Build:
+
+ - Add ``-Wno-format-truncation`` to suppress format truncation warnings (#489).
+
+* Bug fixes:
+
+ - Remove ``strtod`` macro definition for MinGW (#498).
+
+ - Add infinite loop check in `json_deep_copy()` (#490).
+
+ - Add ``pipe`` macro definition for MinGW (#500).
+
+ - Enhance ``JANSSON_ATTRS`` macro to support earlier C standard(C89) (#501).
+
+ - Update version detection for sphinx-build (#502).
+
+* Documentation:
+
+ - Fix typos (#483, #494).
+
+ - Document that call the custom free function to free the return value
+ of `json_dumps()` if you have a custom malloc/free (#490).
+
+ - Add vcpkg installation instructions (#496).
+
+ - Document that non-blocking file descriptor is not supported on
+ `json_loadfd()` (#503).
+
+
Version 2.12
+============
Released 2018-11-26