From b02db4788145bb15ae0813fa876426c26184a6da Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 18 Sep 2016 14:35:05 +0300 Subject: jansson 2.9 --- CHANGES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index cb4ef03..012bfa0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +Version 2.9 +=========== + +Released 2016-09-18 + +* New features: + + - Add ``json_auto_t`` to automatically decref a value that goes out + of scope. Available only on GCC and Clang. (#301) + +* Build: + + - Fix CMake build (at least on Linux) by removing conflicting + jansson_config.h from the distribution (#306) + + - Change CMake install target generation to be optional (#305) + +* Documentation: + + - Small documentation fixes. + + Version 2.8 =========== -- cgit v1.1