diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-15 13:54:54 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-15 13:54:54 -0800 |
commit | 841e9cae0615c564cbd94266a85f550e9fb60c3d (patch) | |
tree | 7296475b22867c58d074dad97cd80f1dc1c32432 | |
parent | 9d9059f7855a4f4ec54473c54de7a3243784293b (diff) | |
download | chef-841e9cae0615c564cbd94266a85f550e9fb60c3d.tar.gz |
Add another item to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 4cac09ad7f..6d997c1074 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,6 +9,7 @@ This section serves to track things we should later document here for 17.0 - Compliance Phase in GA: https://github.com/chef/chef/pull/10547 - gem resource: assume rubygems 1.8+ now: https://github.com/chef/chef/pull/10379 - remove support for RHEL 6 i386 / Ubuntu 16.04 +- don't write out node['filesystem2'] data on AIX/Solaris/FreeBSD: https://github.com/chef/ohai/pull/1592 ## What's New in 16.9 |