aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-09-18 14:35:05 +0300
committerPetri Lehtinen <petri@digip.org>2016-09-18 14:35:05 +0300
commitb02db4788145bb15ae0813fa876426c26184a6da (patch)
tree477e2fd047889cd5aef5f561e7d0211fcfca59b5 /CHANGES
parent074bb3838f83c8ed5b2ec3ec075c9405e6589214 (diff)
downloadjansson-b02db4788145bb15ae0813fa876426c26184a6da.zip
jansson-b02db4788145bb15ae0813fa876426c26184a6da.tar.gz
jansson-b02db4788145bb15ae0813fa876426c26184a6da.tar.bz2
jansson 2.9v2.9
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
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
===========