From 7528b607f80c9f74aba0649a3d2c19d786816175 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Sun, 6 Mar 2022 17:27:09 +0000 Subject: [PATCH] missing in changelog line --- doc/release_notes/0_19_4.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/release_notes/0_19_4.md b/doc/release_notes/0_19_4.md index 0fd099fe..84afb92a 100644 --- a/doc/release_notes/0_19_4.md +++ b/doc/release_notes/0_19_4.md @@ -1,4 +1,4 @@ -# 0.19.3 +# 0.19.4 ## Improvements @@ -10,4 +10,5 @@ The (optional) FFI-based TLS module for jruby was deleted. Besides it being cumb * `webmock` integration was fixed to take the mocked URI query string into account. * fix internal codepath where mergeable-but-not-coalescable connections were still triggering the coalesce branch. -* fixed after-use mutation of connection addresses array which was making it empty after initial usage. \ No newline at end of file +* fixed after-use mutation of connection addresses array which was making it empty after initial usage. +* fixed a "busy loop" caused by long-running native resolver not signaling it had "nothing to do". \ No newline at end of file