Update docs with new change for 3005 release

This commit is contained in:
Megan Wilhite 2022-08-22 13:01:11 -06:00
parent 6c247dd06f
commit a8e94836d8
3 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Versions are `MAJOR.PATCH`.
# Changelog
Salt 3005 (2022-08-17)
Salt 3005 (2022-08-22)
======================
Removed
@ -261,6 +261,7 @@ Fixed
- account for revision number in formulas to account for difference between bottle and formula (#62466)
- Fixed stacktrace on Windows when running pkg.list_pkgs (#62479)
- Update sanitizing masking for Salt SSH to include additional password like strings. (#62483)
- Fixes an issue where the minion could not connect to a master after 2 failed attempts (#62489)
Added

View file

@ -1 +0,0 @@
Fixes an issue where the minion could not connect to a master after 2 failed attempts

View file

@ -425,6 +425,7 @@ Fixed
- account for revision number in formulas to account for difference between bottle and formula (#62466)
- Fixed stacktrace on Windows when running pkg.list_pkgs (#62479)
- Update sanitizing masking for Salt SSH to include additional password like strings. (#62483)
- Fixes an issue where the minion could not connect to a master after 2 failed attempts (#62489)
Added