diff options
author | Tim Smith <tsmith@chef.io> | 2021-02-08 13:18:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 13:18:55 -0800 |
commit | 3dd0108ccd98bf943d0eef65da2c1b3be0bd4bc9 (patch) | |
tree | 086da5f81838fa415c72b0eb589780b47e195144 /RELEASE_NOTES.md | |
parent | a2b38ad3ff1a102f6490f035f44125002a32ccfd (diff) | |
download | chef-3dd0108ccd98bf943d0eef65da2c1b3be0bd4bc9.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f78977bd2d..3f2bcd0c2f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -14,6 +14,7 @@ This section serves to track things we should later document here for 17.0 - Compliance cli report - https://github.com/chef/chef/pull/10939 - Remove ability to run client as a service on Windows - https://github.com/chef/chef/pull/10928 - apt_package allow_downgrades now functions as expected, but also raises on invalid versions - https://github.com/chef/chef/pull/10993 +- reboot_pending? now works on all debian platform_family distros not just Ubuntu specifically - https://github.com/chef/chef/pull/10989 ## What's New in 16.10 |