diff --git a/CHANGES b/CHANGES index 4e148d5717..d3f2043dec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5873. [bug] Refactor the fctx_done() function to set fctx to + NULL after detaching, so that reference counting + errors will be easier to avoid. [GL #2969] + 5872. [bug] udp_recv() in dispatch could trigger an INSIST when the callback's result indicated success but the response was canceled in the meantime. [GL #3300]