diff options
author | Valery Piashchynski <[email protected]> | 2021-03-13 21:06:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-03-13 21:06:20 +0300 |
commit | 594d801d14bb394b20eec14690d1b616e2c4d56d (patch) | |
tree | 7643d6e74c69f078e704730a8217f3204654060d /CHANGELOG.md | |
parent | d3e3fba7ce313b9e9563cca35ebd6432a0fba6e4 (diff) |
- Add ability to print http/https/fcgi to the rr logger under the Info
level
- Update tests and CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db752fe..152b00e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +v2.0.1 (23.03.2021) +------------------- +- 🐛 Fix: Bug with required Root CA certificate for the SSL, not it's optional. +- 🆕 New: HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed in the RR logger at the `Info` log level. + v2.0.1 (09.03.2021) ------------------- - 🐛 Fix: incorrect PHP command validation |