| 48 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces |
48 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces |
| 49 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
49 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
| 50 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
50 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
| 51 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
51 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| 52 were not returning zero after freeing the memory when passed a size of zero |
52 were not returning zero after freeing the memory when passed a size of zero |
| |
53 * removes the CX_STR() macro and instead makes the cx_str() inlinable |
| 53 * removes the sort_members feature from CxJsonWriter |
54 * removes the sort_members feature from CxJsonWriter |
| 54 * removes the source and sink API from properties.h |
55 * removes the source and sink API from properties.h |
| 55 * removes the flush feature from CxBuffer |
56 * removes the flush feature from CxBuffer |
| 56 |
57 |
| 57 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
58 ### Version 3.2 - 2025-11-30 {collapsible="true"} |