summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-20 10:17:39 +0300
committerValery Piashchynski <[email protected]>2021-03-20 10:17:39 +0300
commit2135ffe76118df96be053335484dafc938f46ee9 (patch)
treeb2fb3be43e0c396ff946bf8ca991dcc1e91be83b /CHANGELOG.md
parentfdd1585b4f9423933b380aba0d0950ce7abfcb49 (diff)
- Update CHANGELOG
- Fix linters CI Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bcd726c..8ff15b19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,14 @@ CHANGELOG
v2.0.2 (06.04.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.
-
+- 🐛 Fix: Bug with required Root CA certificate for the SSL, now it's optional.
+- 🐛 Fix: Bug with incorrectly consuming metrics collector from the RPC calls.
+- 🆕 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.
+- ⚡ New: Builds for the Mac with the M1 processor (arm64).
+- 👷 Rework ServeHTTP handler logic. Use http.Error instead of writing code directly to the response writer. Other small
+ improvements.
+
v2.0.1 (09.03.2021)
-------------------
- 🐛 Fix: incorrect PHP command validation