Update CHANGELOG.md

This commit is contained in:
Frode Gundersen 2020-11-16 15:26:30 -07:00 committed by Daniel Wozniak
parent 54aa364c63
commit df82a81469

View file

@ -29,7 +29,7 @@ Fixed
- Do not generate grains for every job run on Windows minions. This makes Windows
conform more to the way posix OSes work today. (#58904)
- Fixes salt-ssh authentication when using tty (#58922)
- Revert LazyLoader finalizer. Removed the weakref.finalizer code. On some occasions, the finalized would run when trying to load a new module, hiring a race condition. (#58947)
- Revert LazyLoader finalizer. Removed the weakref.finalizer code. On some occasions, the finalized would run when trying to load a new module, firing a race condition. (#58947)
Salt 3002.1 (2020-10-26)