docs: changelog entry for bugfix introduced in #18754 (#19275)

In #18754 we accidentally fixed a bug that prevented poststop tasks from getting
access to Variables. This was fixed in the 1.6.x branch in #19270, at which
point we discovered the fix had been done in main already as part of the auth
refactor. Add a changelog entry for it.
This commit is contained in:
Tim Gross
2023-12-01 13:55:09 -05:00
committed by GitHub
parent 0bc2ea8d98
commit d2518b1c3a

3
.changelog/18754.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
variables: Fixed a bug where poststop tasks were not allowed access to Variables
```