From 17b83e76e9c6f446bf15a6c1187bd1ab9157916c Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sun, 31 Dec 2017 02:01:53 +0100 Subject: [PATCH] Update Changelog for version 1.7 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a785683..3d1a2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +1.7.0 +===== +Features: +--------- +* Large rewrite of the documentation, see #215 +* Added the `cJSON_GetStringValue` function +* Added the `cJSON_CreateStringReference` function +* Added the `cJSON_CreateArrayReference` function +* Added the `cJSON_CreateObjectReference` function +* The `cJSON_Add...ToObject` macros are now functions that return a pointer to the added item, see #226 + +Fixes: +------ +* Fix a problem with `GNUInstallDirs` in the CMakeLists.txt, thanks @yangfl, see #210 +* Fix linking the tests when building as static library, see #213 +* New overrides for the CMake option `BUILD_SHARED_LIBS`, see #207 + +Other Changes: +-------------- +* Readme: Explain how to include cJSON, see #211 +* Removed some trailing spaces in the code, thanks @yangfl, see#212 +* Updated [Unity](https://github.com/ThrowTheSwitch/Unity) and [json-patch-tests](https://github.com/json-patch/json-patch-tests) + 1.6.0 ===== Features: