From b349fd74022e113c19cb6d227f83ef7938b7d546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 22 Oct 2020 15:09:48 +0200 Subject: [PATCH] Add CHANGES note for !4278 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index a0c7cce12b..d27d31f4c0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5521. [func] All use of libltdl was dropped. libuv's shared library + handling interface is now used instead. [GL !4278] + 5520. [bug] Fixed a number of shutdown races, reference counting errors, and spurious log messages that could occur in the network manager. [GL #2221]