Update release note of task 47052

The previous content is not very accurate because the fix is made in
API layer instead of the CLI command.

Change-Id: I0abbd535aacc03446ada0fa806dfdfdaa4522afe
This commit is contained in:
Takashi Kajinami 2023-02-15 19:42:03 +09:00
parent 85480f94dc
commit 216cdd4449

View File

@ -1,4 +1,6 @@
--- ---
fixes: fixes:
- | - |
Honor ``hidden`` parameter in ``stack environment show`` command Honor ``hidden`` parameter in get stack environment API. Now values passed
to hidden parameters are replaced by '******', similarly to the other
APIs such as show stack details API.