summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-23 11:38:09 +0300
committerValery Piashchynski <[email protected]>2021-03-23 11:38:09 +0300
commit9daf91214875d4ee9ad52877e0293596a075fb51 (patch)
tree743418619572022c357f0559be329e9668e56498
parenta893ee1875d0e36f24198dc046275aaf5edbb418 (diff)
Update CHANGELOGv2.0.2
-rw-r--r--CHANGELOG.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b9ff269..06f5ec76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
CHANGELOG
=========
-v2.0.2 (06.04.2021)
+v2.0.2 (23.03.2021)
-------------------
-- 🐛 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 (thanks @dstrop).
-- 🆕 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.
+## 🔥 New:
+- 👷 Rework ServeHTTP handler logic. Use `http.Error` instead of writing code directly to the response writer.
+- ⚡ Builds for the Mac with the M1 processor (arm64) -> [roadrunner-binary](https://github.com/spiral/roadrunner-binary).
+- ⚡ HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed via the RR logger at the `Info` log level.
+
+## 🩹 Fixes:
+- 🐛 Bug with required Root CA certificate for the SSL, now it's optional.
+- 🐛 Bug with incorrectly consuming metrics collector from the RPC calls (thanks @dstrop).
v2.0.1 (09.03.2021)
-------------------