Added missing CHANGELOG entry for previous fix

This commit is contained in:
Amos Ng 2020-06-12 18:11:35 +08:00
parent ecad0a0d34
commit d7c6d7b0a3
No known key found for this signature in database
GPG Key ID: 89086414F634D123
1 changed files with 1 additions and 0 deletions

View File

@ -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].