missing in changelog line

This commit is contained in:
HoneyryderChuck 2022-03-06 17:27:09 +00:00
parent 35d9c15f44
commit 7528b607f8

View File

@ -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.
* 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".