summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-08 15:08:13 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-08 15:08:13 -0700
commitd9b7d2aa2f2b6a3eee5beb7513539809aaf79356 (patch)
tree95404094e027c45dcbea6ebdd02e6f27549027e3
parentc81a3a6315ceb52999e782b51ab7fd69f794e6f2 (diff)
downloadchef-d9b7d2aa2f2b6a3eee5beb7513539809aaf79356.tar.gz
Another release notes update
This was actually wrong 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 505158abbe..a13dc16420 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -42,7 +42,7 @@ Packages will no longer be built for Ubuntu 14.04 as Canonical ended maintenance
Ohai has been updated to 15.2 with the following changes:
- Improved detection of Openstack including proper detection of Windows nodes running on Openstack when fetching metadata. Thanks [@jjustice6](https://github.com/jjustice6).
- - A new `other_versions` field has been added to the Packages plugin when the node is using RPM. This allows you to see all versions of the Packages plugin, like the Linux kernel, not just the latest version. Thanks [@jjustice6](https://github.com/jjustice6).
+ - A new `other_versions` field has been added to the Packages plugin when the node is using RPM. This allows you to see all installed versions of packages, not just the latest version. Thanks [@jjustice6](https://github.com/jjustice6).
- The Linux Network plugin has been improved to not mark interfaces down if `stp_state` is marked as down. Thanks [@josephmilla](https://github.com/josephmilla).
- Arch running on ARM processors is now detected as the `arm` platform. Thanks [@BackSlasher](https://github.com/BackSlasher).