From bc8e65e3807b6e7d7c855a06dbf7d3986fe3dc28 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Fri, 20 Jan 2023 14:02:46 +0000 Subject: [PATCH] Record last change --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27497ce..9620adb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-01-20 Richard Frith-Macdonald + + * GSLinkedList.h: The produce and consume functins of a link store + should not count as modifying ownership of the link ... we should + consider the link store to own links whether in the free list or + the main list. + 2023-01-13 Richard Frith-Macdonald * GNUmakefile: bump version for 0.6.0 release