diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-03-15 15:13:59 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2024-03-15 15:13:59 +0000 |
commit | 8ca4962d9a63c48bc00ad37c441ce4b478212b66 (patch) | |
tree | 924a62998caa591cb4151152177985a0b3a1d020 | |
parent | 777b7c87827f629a0df00c75d5bd1685c7ce1c35 (diff) | |
download | unit-8ca4962d9a63c48bc00ad37c441ce4b478212b66.tar.gz unit-8ca4962d9a63c48bc00ad37c441ce4b478212b66.tar.bz2 |
Edited changes.xml for the 1.32.1 release
-rw-r--r-- | docs/changes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 8605e388..cfb6ead8 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -35,6 +35,18 @@ NGINX Unit updated to 1.32.1. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> +<change type="bugfix"> +<para> +NJS variables in templates may have incorrect values due to improper caching. +</para> +</change> + +<change type="bugfix"> +<para> +Wasm application process hangs after receiving restart signal from the control. +</para> +</change> + </changes> |