From d7c6d7b0a3c24bcd0ffcc4f2d75f28edc3937334 Mon Sep 17 00:00:00 2001 From: Amos Ng Date: Fri, 12 Jun 2020 18:11:35 +0800 Subject: [PATCH] Added missing CHANGELOG entry for previous fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index def210a..a9e703a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - [2020-06-12] Re-added missing default `threads_per_cpu` setting by [@lflare]. +- [2020-06-12] Replaced exponential calculation for ApacheClient threads by [@lflare]. ### Security - [2020-06-12] Update ClientSettings.java changed showing client secret in logs back to hidden by [@dskilly].