diff options
author | Valery Piashchynski <[email protected]> | 2022-01-12 17:09:48 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-12 17:09:48 +0300 |
commit | a3077cf70c061234960b0f6b8a8c8e99ac2254b7 (patch) | |
tree | 62ce8ef32f63876187b773faf32b2b325458b104 | |
parent | 78e51b60e11147d625ef08f1efac923a41bb33b2 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc56a72..f99bbf18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - ✏️ RR `workers pool`, `worker`, `worker_watcher` now has their own log levels. `stderr/stdout` logged as before at the `info` log level. All other messages moved to the `debug` log level except a few events from the `worker_watcher` when RR can't allocate the new worker which are moved to the `warn`. - ✏️ Use the common logger for the whole roadrunner-sdk and roadrunner-plugins. +- ✏️ Add `codec` field to the `protocol` structure **[internal change]**. ## 🩹 Fixes: |