From ec0912a3829cbe8d91a1d92e7b207652ffa22c8d Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Sat, 20 Jul 2024 23:29:25 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fd3c8..ed95247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,6 @@ * fix: Fixed order of child key events when parent key is deleted. * fix: Fixed seg fault during cleanup that occurs when using winreglib in a worker. - * fix: Fixed bug where the Windows Registry worker thread was being spawned - when adding the first listener. The idea was don't spawn the thread until - there was a listener, however thread shutdown is async and not worth the - hassle in a destructor, so now the background thread is always running. # v2.0.4 (July 2, 2024)