From 3a6ea4f4327dfe2e6e1cd16f2e093b3c43ad9951 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Sat, 27 Aug 2022 22:13:57 -0700 Subject: [PATCH] Release note fix for 5.6.5 This feature commit was erroneously included because it was marked as both a bugfix and a feature. We generally try not to include new features in patch releases but this one slipped through. Sorry about that! --- History.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 795c7d85..b95a1726 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,10 @@ ## 5.6.5 / 2022-08-23 +* Feature + * Puma::ControlCLI - allow refork command to be sent as a request ([#2868], [#2866]) + * Bugfixes * NullIO#closed should return false ([#2883]) - * Puma::ControlCLI - allow refork command to be sent as a request ([#2868], [#2866]) * [jruby] Fix TLS verification hang ([#2890], [#2729]) * extconf.rb - don't use pkg_config('openssl') if '--with-openssl-dir' is used ([#2885], [#2839]) * MiniSSL - detect SSL_CTX_set_dh_auto ([#2864], [#2863])