aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2021-09-09 20:45:05 +0300
committerPetri Lehtinen <petri@digip.org>2021-09-09 21:18:40 +0300
commit684e18c927e89615c2d501737e90018f4930d6c5 (patch)
treed130ad341e091466e85d0c48b2685e0e9f1e6209 /CHANGES
parente950e57e139250e4a2f2453025b6f97297b3b1bc (diff)
downloadjansson-684e18c927e89615c2d501737e90018f4930d6c5.zip
jansson-684e18c927e89615c2d501737e90018f4930d6c5.tar.gz
jansson-684e18c927e89615c2d501737e90018f4930d6c5.tar.bz2
jansson 2.14v2.14
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 256fde1..cb6ff07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+Version 2.14
+============
+
+Released 2021-09-09
+
+* New Features:
+
+ - Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the
+ corresponding `nocheck` functions. (#520, by Maxim Zhukov)
+
+* Fixes:
+
+ - Handle `sprintf` corner cases (#537, by Tobias Stoeckmann)
+
+* Build:
+
+ - Symbol versioning for all exported symbols (#540, by Simon McVittie)
+ - Fix compiler warnings (#555, by Kelvin Lee)
+
+* Documentation:
+
+ - Small fixes (#544, #546, by @i-ky)
+ - Sphinx 3 compatibility (#543, by Pierce Lopez)
+
+
Version 2.13.1
==============