diff options
author | Valery Piashchynski <[email protected]> | 2021-02-23 19:11:52 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-23 19:11:52 +0300 |
commit | 18a097292a567fccdd02304ff236bf78d769965d (patch) | |
tree | 2fb7cb0833a85397936f6bbad6d1bad33cde3602 /CHANGELOG.md | |
parent | 123c5e96132cdc8f78f26c2f31e52b6a7ddc2e91 (diff) | |
parent | fdbf6a61600745b5cb1022117dcd9b06d392dc84 (diff) |
Merge pull request #559 from spiral/log_does_not_show_any_message
fix(various): Small fixes before release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef577fe3..b11ffdad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ v2.0.0-RC.4 (20.02.2021) - PHP tests use latest signatures (https://github.com/spiral/roadrunner/pull/550) - Endure container update to v1.0.0-RC.2 version +- Remove unneeded mutex from the `http.Workers` method. +- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) +- Add static, headers, status, gzip plugins to the `main.go`. v2.0.0-RC.3 (17.02.2021) ------------------- |