CHANGELOG

changeset 1582
32b82c424252
parent 1579
0393c67556ec
child 1583
97fc8c55aeea
equal deleted inserted replaced
1581:814049fb62ee 1582:32b82c424252
21 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces 21 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces
22 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors 22 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
23 * fixes that overwriting items with cxMapPut() in a kv-list did not work 23 * fixes that overwriting items with cxMapPut() in a kv-list did not work
24 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 24 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
25 were not returning zero after freeing the memory when passed a size of zero 25 were not returning zero after freeing the memory when passed a size of zero
26 * removes the CX_STR() macro and instead makes the cx_str() inlinable
26 * removes the sort_members feature from CxJsonWriter 27 * removes the sort_members feature from CxJsonWriter
27 * removes the source and sink API from properties.h 28 * removes the source and sink API from properties.h
28 * removes the flush feature from CxBuffer 29 * removes the flush feature from CxBuffer
29 30
30 Version 3.2 - 2025-11-30 31 Version 3.2 - 2025-11-30

mercurial