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

Remove duplicate entry from changelog (#2070)

It looks like something went awry with the changelog in https://github.com/puma/puma/pull/2022/files
This commit is contained in:
Daniel Colson 2019-11-11 00:29:24 -05:00 committed by Nate Berkopec
parent 957fd3ac93
commit 3835ac74de

View file

@ -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)