Skip to content

Commit

Permalink
Release note fix for 5.6.5
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
nateberkopec committed Aug 28, 2022
1 parent 3bace01 commit 3a6ea4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 3a6ea4f

Please sign in to comment.