diff --git a/History.md b/History.md index aabae2ae..d4f2a8a3 100644 --- a/History.md +++ b/History.md @@ -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)