summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 08:11:58 -0700
committerGitHub <noreply@github.com>2020-04-28 08:11:58 -0700
commit99f60122e441ef7e1ce9d68c964154a9a9054201 (patch)
treee63e47359a1879e0c96dbdfeb56abd35caf2ba02
parent97ad9e873927bcba688cdb422c092060d5a112f0 (diff)
downloadchef-99f60122e441ef7e1ce9d68c964154a9a9054201.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@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 a7c5f2db5b..0409b1378f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -225,7 +225,7 @@ The `cron` resource has been updated to use the same property validation for cro
The `dnf_package` resource, which provides `package` under the hood on any system shipping with DNF, has been greatly refactored to resolve multiple issues. The version behavior and overall resource capabilities now match that of the `yum_package` resource.
-- The `:lock` action now works on RHEL 8
+- The `:lock` action now works on RHEL 8.
- Fixes to prevent attempting to install the same package during each Chef Infra Client run.
- Resolved several idempotency issues.
- Resolved an issue where installing a package with `options '--enablerepo=foo'` would fail.