summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-11 09:13:34 -0800
committerGitHub <noreply@github.com>2021-03-11 09:13:34 -0800
commit7d45cf15e0ebb028fc940675a4eaa79cb764e01c (patch)
treedbfa4965cb8b5d78bda72fc8d3f1f70b7327ce69
parent0f643a9bec3fd058ab83612c8cc7855977072de8 (diff)
downloadchef-7d45cf15e0ebb028fc940675a4eaa79cb764e01c.tar.gz
Update RELEASE_NOTES.md
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 986f01bac5..3ef12cfbdc 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -13,7 +13,6 @@ This section serves to track things we should later document here for 17.0
- Knife Org commands from knife-opc are now part of chef itself - https://github.com/chef/chef/pull/10187
- Chef packages on *nix now create the /etc/chef directory and subdirectories to make getting started easier - https://github.com/chef/chef/pull/11158
-
### Infra Language Improvements
- New effortless? helper - https://github.com/chef/chef/pull/11150
@@ -29,6 +28,7 @@ This section serves to track things we should later document here for 17.0
- Resolve potential failures in chef_client_launchd and macosx_service - https://github.com/chef/chef/pull/11154
- Improved performance in systemd_unit resource - https://github.com/chef/chef/pull/10925
- gem resource: assume rubygems 1.8+ now: https://github.com/chef/chef/pull/10379
+- file: only run verifiers when the contents changed - https://github.com/chef/chef/pull/11171
### Ohai
- Ohai now detects systems running in the Effortless pattern at `node['chef_packages']['chef']['chef_effortless']` - https://github.com/chef/ohai/pull/1624