Skip to content

Commit da38546

Browse files
Timo StarkJTorreG
andauthored
Apply suggestions from code review
Co-authored-by: Jon Torre <[email protected]>
1 parent 308be7b commit da38546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/news/2024/unit-1.32.1-released.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Unit 1.32.1 Released
55
####################
66

7-
NGINX Unit 1.32.1 is a maintenance release, fixing bugs in the new WebAssembly Language Module and in our NJS implementation.
7+
NGINX Unit 1.32.1 is a maintenance release that fixes bugs in the new WebAssembly Language Module and in our NJS implementation.
88

99
===============
1010
Resolved issues
@@ -18,18 +18,18 @@ Applications of type `wasm-wasi-component` can't be restarted
1818

1919
Applications deployed as `wasm-wasi-components` can't be restarted using the `restart` endpoint.
2020

21-
After deploying a new Wasm Component binary to disk the restart will trigger a reload of the component in Unit without restarting the server.
21+
After deploying a new Wasm Component binary to disk, the restart will trigger a reload of the component in Unit without restarting the server.
2222

23-
As restarts will work independently of the application type, the behavior shipped with **1.32.0** was not right and fixed with this release.
23+
As restarts will work independently of the application type, the behavior shipped with **1.32.0** was not right. It has been fixed in this release.
2424

2525

2626
************************************************************
2727
Unit-variables in NGINX JavaScript are constantly cached
2828
************************************************************
2929

30-
With **1.32.0** we have released the possibility to access all Unit variables form inside NJS.
30+
In **1.32.0** we added the possibility to access all Unit variables form inside NJS.
3131

32-
As reported in GitHub issue `#1169 <https://github.com/nginx/unit/issues/1169>`__ the variables are cached and will hold the wrong value, which is definitely not the way this feature should work. With 1.32.1 we have fixed this issue.
32+
As reported in GitHub issue `#1169 <https://github.com/nginx/unit/issues/1169>`__ the variables were cached and would hold the wrong value, which is not how this feature should work. With version 1.32.1, we have fixed this issue.
3333

3434

3535
==============

0 commit comments

Comments
 (0)