docs/Writerside/topics/about.md

changeset 1571
25ead2ffb9b5
parent 1569
b5d896ad5e75
equal deleted inserted replaced
1570:8fd491bc2940 1571:25ead2ffb9b5
29 ### Version 4.0 - preview {collapsible="true"} 29 ### Version 4.0 - preview {collapsible="true"}
30 30
31 * adds cx_system_page_size() to allocator.h 31 * adds cx_system_page_size() to allocator.h
32 * adds cxJsonFromString() 32 * adds cxJsonFromString()
33 * adds line continuation support to CxProperties / CxPropertiesConfig 33 * adds line continuation support to CxProperties / CxPropertiesConfig
34 * adds cxBufferMaximumCapacity()
34 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor 35 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor
35 * changes cxBufferReserve() to allow reducing the capacity 36 * changes cxBufferReserve() to allow reducing the capacity
36 * changes the members of CxJson and CxJsonValue 37 * changes the members of CxJson and CxJsonValue
37 * changes the return value of cxJsonObjIter() to CxMapIterator 38 * changes the return value of cxJsonObjIter() to CxMapIterator
38 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE 39 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
43 * fixes that overwriting items with cxMapPut() in a kv-list did not work 44 * fixes that overwriting items with cxMapPut() in a kv-list did not work
44 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 45 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
45 were not returning zero after freeing the memory when passed a size of zero 46 were not returning zero after freeing the memory when passed a size of zero
46 * removes the sort_members feature from CxJsonWriter 47 * removes the sort_members feature from CxJsonWriter
47 * removes the source and sink API from properties.h 48 * removes the source and sink API from properties.h
49 * removes the flush feature from CxBuffer
48 50
49 ### Version 3.2 - 2025-11-30 {collapsible="true"} 51 ### Version 3.2 - 2025-11-30 {collapsible="true"}
50 52
51 * adds cxMempoolTransfer() and cxMempoolTransferObject() 53 * adds cxMempoolTransfer() and cxMempoolTransferObject()
52 * adds support for different destruction strategies in CxMempool 54 * adds support for different destruction strategies in CxMempool

mercurial