From 3b706288f01bb09e626be441e0546c188c623986 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Tue, 3 Sep 2019 13:19:13 +0000 Subject: [PATCH] Fix whitespace in changelog --- History.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index b873661d..9e014aee 100644 --- a/History.md +++ b/History.md @@ -8,7 +8,7 @@ ## 4.1.0 / 2019-08-08 -* 4 features +* 4 features * Add REQUEST_PATH on parse error message (#1831) * You can now easily add custom log formatters with the `log_formatter` config option (#1816) * Puma.stats now provides process start times (#1844) @@ -22,17 +22,17 @@ * SSL read_nonblock no longer blocks (#1857) * Swallow connection errors when sending early hints (#1822) * Backtrace no longer dumped when invalid pumactl commands are run (#1863) - -* 5 other + +* 5 other * Avoid casting worker_timeout twice (#1838) * Removed a call to private that wasn't doing anything (#1882) * README, Rakefile, docs and test cleanups (#1848, #1847, #1846, #1853, #1859, #1850, #1866, #1870, #1872, #1833, #1888) * Puma.io has proper documentation now (https://puma.io/puma/) * Added the Contributor Covenant CoC - -* 1 known issue + +* 1 known issue * Some users are still experiencing issues surrounding socket activation and Unix sockets (#1842) - + ## 4.0.1 / 2019-07-11 * 2 bugfixes