From 3835ac74dec5511d637cbc4ebc140c3b8632b447 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Mon, 11 Nov 2019 00:29:24 -0500 Subject: [PATCH] Remove duplicate entry from changelog (#2070) It looks like something went awry with the changelog in https://github.com/puma/puma/pull/2022/files --- History.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/History.md b/History.md index c47300cd..67ef1390 100644 --- a/History.md +++ b/History.md @@ -13,10 +13,8 @@ * Features * Strip whitespace at end of HTTP headers (#2010) * Optimize HTTP parser for JRuby (#2012) - * Add SSL support for the control app (#2046) * Add SSL support for the control app and cli (#2046, #2052) - * Bugfixes * Fix Errno::EINVAL when SSL is enabled and browser rejects cert (#1564) * Fix pumactl defaulting puma to development if an environment was not specified (#2035)