From 3cd4d1841bf09d0d2c0113c6523ab3a2253442b1 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 21 Jul 2020 19:09:07 -0500 Subject: [PATCH] Update History.md --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 28570e64fd..f94b3b089b 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,7 @@ ### Master * Bugfixes + * JRuby - Add Puma::MiniSSL::Engine#init? and #teardown methods, run all SSL tests (#2317) + * Improve shutdown reliability (#2312) * Resolve issue with threadpool waiting counter decrement when thread is killed * Constrain rake-compiler version to 0.9.4 to fix `ClassNotFound` exception when using MiniSSL with Java8. @@ -33,7 +35,6 @@ * Log binding on http:// for TCP bindings to make it clickable * Bugfixes - * Improve shutdown reliability (#2312) * Close client http connections made to an ssl server with TLSv1.3 (#2116) * Do not set user_config to quiet by default to allow for file config (#2074) * Always close SSL connection in Puma::ControlCLI (#2211)