Changelog update

This commit is contained in:
Proskurin Kirill 2020-04-26 12:50:36 +01:00 committed by Daniel Wozniak
parent fc028f73ee
commit e1d4f9adfb
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ Versions are `MAJOR.PATCH`.
### Changed
### Fixed
- [#40491](https://github.com/saltstack/salt/issues/40491) - Fixed trim_output logic in archive.extracted state - [@Oloremo](https://github.com/Oloremo)
### Added
- [#56637](https://github.com/saltstack/salt/pull/56637) - Add ``win_wua.installed`` to the ``win_wua`` execution module
@ -232,7 +233,6 @@ Versions are `MAJOR.PATCH`.
- [#55823](https://github.com/saltstack/salt/pull/55823) - Fix issue with overly long names in the LGPO module - [@twangboy](https://github.com/twangboy)
- [#55843](https://github.com/saltstack/salt/pull/55843) - Fixed `file.mkdir` to respect `test=True` - [@mchugh19](https://github.com/mchugh19)
- [#55845](https://github.com/saltstack/salt/pull/55845) - Fixed logging to return multiprocessing queue if it's already set - [@s0undt3ch](https://github.com/s0undt3ch)
- [#56041](https://github.com/saltstack/salt/pull/56041) - Fixed trim_output logic in archive.extracted state - [@Oloremo](https://github.com/Oloremo)
### Added

1
changelog/40491.fixed Normal file
View file

@ -0,0 +1 @@
Fixed trim_output logic in archive.extracted state