docs/Writerside/topics/about.md

changeset 1569
b5d896ad5e75
parent 1556
afdaa70034f8
child 1571
25ead2ffb9b5
--- a/docs/Writerside/topics/about.md	Wed Dec 10 23:01:26 2025 +0100
+++ b/docs/Writerside/topics/about.md	Wed Dec 10 23:17:00 2025 +0100
@@ -30,6 +30,7 @@
 
 * adds cx_system_page_size() to allocator.h
 * adds cxJsonFromString()
+* adds line continuation support to CxProperties / CxPropertiesConfig
 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor
 * changes cxBufferReserve() to allow reducing the capacity
 * changes the members of CxJson and CxJsonValue
@@ -37,6 +38,7 @@
 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap
 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
+* fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces
 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
 * fixes that overwriting items with cxMapPut() in a kv-list did not work
 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()

mercurial