diff --git a/README.md b/README.md index 5551dc3..0740c92 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ While we use this in Education at Microsoft, other industries can use it as well # Updates +**2404.3** +- Fixed an issue where the latest Windows CU wasn't downloading properly [Commit](https://github.com/rbalsleyMSFT/FFU/commit/ae59183a199f39b310c79b31c9b4980fafdeb79b) + **2404.2** - If setting -installdrivers to $true and -logicalsectorsizebytes to 4096, the script will now set $copyDrivers to $true. This will create a drivers folder on the deploy partition of the USB drive with the drivers that were supposed to be added to the FFU. There's currently a bug with servicing FFUs with 4096 logical sector byte sizes. Prior to this fix, the script would tell the user to manually set -copydrivers to $true as workaround. This fix just does the workaround automatically.