summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-28 08:02:26 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-28 08:02:26 -0700
commita745c40ba735e18ea7b4ebb440b4a044bd5023e1 (patch)
treef478a09289475fe87016d2f5cfbd1c09377b9bb0
parent1c10ea93d458d044b9e5dfff9c9940e623327adf (diff)
downloadchef-a745c40ba735e18ea7b4ebb440b4a044bd5023e1.tar.gz
Clarify cumulative updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f890b7134c..9aea312f8e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -240,7 +240,7 @@ The `locale` resource now supports setting the system locale on Windows hosts.
### msu_package resource improvements
-The `msu_package` resource has been improved to work better with Microsoft's cumulative update packages. Newer releases of these packages will not correctly install over previous versions. We also extended the default timeout for installing MSU packages to 60 minutes. Thanks for reporting the timeout issue, [@danielfloyd](https://github.com/danielfloyd).
+The `msu_package` resource has been improved to work better with Microsoft's cumulative update packages. Newer releases of these cumulative update packages will not correctly install over the previous versions. We also extended the default timeout for installing MSU packages to 60 minutes. Thanks for reporting the timeout issue, [@danielfloyd](https://github.com/danielfloyd).
### package