# HG changeset patch # User Mike Becker # Date 1758988421 -7200 # Node ID a76249f50237fc7bcf0c289ab543ce85ead3bed2 # Parent 7bc88ae62755d32aa2df77cd5555437a62fb3995 add changelog entries for issue #720 diff -r 7bc88ae62755 -r a76249f50237 CHANGELOG --- a/CHANGELOG Sat Sep 27 17:49:13 2025 +0200 +++ b/CHANGELOG Sat Sep 27 17:53:41 2025 +0200 @@ -4,6 +4,7 @@ * adds cxMempoolTransfer() and cxMempoolTransferObject() * adds support for different destruction strategies in CxMempool * adds new key-value-based list implementation + + adds support for integer keys to CxHashKey * adds cxListSet() * adds cxListContains() * adds cxListFirst() and cxListLast() diff -r 7bc88ae62755 -r a76249f50237 docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Sat Sep 27 17:49:13 2025 +0200 +++ b/docs/Writerside/topics/about.md Sat Sep 27 17:53:41 2025 +0200 @@ -31,6 +31,7 @@ * adds cxMempoolTransfer() and cxMempoolTransferObject() * adds support for different destruction strategies in CxMempool * adds new key-value-based list implementation +* adds support for integer keys to CxHashKey * adds cxListSet() * adds cxListContains() * adds cxListFirst() and cxListLast()