From 5f746632688936c4ab7213af743355275e18636b Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Thu, 27 Feb 2020 10:34:41 -0600 Subject: [PATCH] Forgot changelog for #2076 --- History.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 9a38780c..676f5640 100644 --- a/History.md +++ b/History.md @@ -7,9 +7,9 @@ * `Puma.stats` now returns a Hash instead of a JSON string (#2086) * `GC.compact` is called before fork if available (#2093) * Add `requests_count` to workers stats. (#2106) - + * Changed #connected_port to #connected_ports (#2076) + * Bugfixes - * Your bugfix goes here (#Github Number) * Windows update extconf.rb for use with ssp and varied Ruby/MSYS2 combinations (#2069) * Preserve `BUNDLE_GEMFILE` env var when using `prune_bundler` (#1893) * Send 408 request timeout even when queue requests is disabled (#2119)