Update changelog with package fixes

This commit is contained in:
ch3ll 2020-03-20 18:23:26 -04:00
parent d2a5bd8add
commit 83e22b77c7
No known key found for this signature in database
GPG key ID: 1124C6796EBDBD8D

View file

@ -42,6 +42,8 @@ Versions are `MAJOR.PATCH`.
- [#56360](https://github.com/saltstack/salt/pull/56360) - dont require virtualenv.virtualenv_version call, removed in 20.0.10
- [#56378](https://github.com/saltstack/salt/pull/56378) - Include _version.py if building wheel
- [#56376](https://github.com/saltstack/salt/pull/56376) - Fix win deps
- [#56418](https://github.com/saltstack/salt/pull/56418) - Ensure version.py included before we install
- [#56417](https://github.com/saltstack/salt/pull/56417) - Update mac build scripts
### Added