# HG changeset patch # User Mike Becker # Date 1734257476 -3600 # Node ID 838b096c1d08ae384c173392672c8156a061ce44 # Parent 2d252c1c1d5da28bba16c7249a226f28cbfe3bcc and changelog entry for issue #523 diff -r 2d252c1c1d5d -r 838b096c1d08 CHANGELOG --- a/CHANGELOG Tue Dec 10 22:10:05 2024 +0100 +++ b/CHANGELOG Sun Dec 15 11:11:16 2024 +0100 @@ -17,6 +17,7 @@ to accept NULL as allocator argument (in which case a default allocator will be used) * changes the name of destroy functions that actually free the memory to better indicate their behavior * change cx_strcat variants to allow handling of ENOMEM + * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END * moves cx_compare_func typedef to compare.h * moves cx_szmul() to common.h * moves stream copy functions to new streams.h