Add changelog

This commit is contained in:
twangboy 2020-08-06 13:58:33 -06:00 committed by Daniel Wozniak
parent 0487e49b4d
commit 82bf19c42a

7
changelog/57762.fixed Normal file
View file

@ -0,0 +1,7 @@
The 2004 release of Windows 10 introduced a bug in the InstallationBehavior COM
object where you can no longer get properties from that object. Calls to this
object are now wrapped in a try/except block with sane defaults when it fails to
read attributes.
Additionally, some pre-flight checks have been added to the win_wua module to
make sure Windows Update can actually run.