1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Clean up 4.0.0 changelog

This commit is contained in:
Justin Reid 2019-06-26 09:28:19 -04:00 committed by GitHub
parent 51a952b845
commit 6d55a29b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ x bugfixes
## 4.0.0 / 2019-06-25
9 features
* 8 features
* Add support for disabling TLSv1.0 (#1562)
* Request body read time metric (#1569)
* Add out_of_band hook (#1648)
@ -14,7 +14,8 @@ x bugfixes
* Add option to suppress SignalException on SIGTERM (#1690)
* Allow mutual TLS CA to be set using `ssl_bind` DSL (#1689)
* Reactor now uses nio4r instead of `select` (#1728)
9 bugfixes
* 9 bugfixes
* Do not accept new requests on shutdown (#1685, #1808)
* Fix 3 corner cases when request body is chunked (#1508)
* Change pid existence check's condition branches (#1650)