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!
This commit is contained in:
Nate Berkopec 2022-08-27 22:13:57 -07:00
parent de314e47e7
commit 2615b78172
No known key found for this signature in database
GPG Key ID: 19616755F4328D71
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
## 5.6.5 / 2022-07-dd
## 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])