summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-23 17:40:07 -0700
committerGitHub <noreply@github.com>2020-06-23 17:40:07 -0700
commitc1cc0de967525d3c3ae1985293ee24237749323f (patch)
tree600f8bf7b9a154235c0ca21ca959347d320b000c
parentca50ed86e270a13f16ba1ec71bdb762ee1da8ff8 (diff)
downloadchef-c1cc0de967525d3c3ae1985293ee24237749323f.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 973d1fe869..772ab849a9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,7 +10,7 @@ Chef InSpec has been updated from 4.18.114 to 4.2.0.6. This new release includes
- The `inspec archive` command packs your profile into a `tar.gz` file that includes the profile in JSON form as the inspec.json file.
- Certain substrings within a `.toml` file no longer cause unexpected crashes.
- Accurate InSpec CLI input parsing for numeric values and structured data, which were previously treated as strings. Numeric values are cast to an `integer` or `float` and `YAML` or `JSON` structures are converted to a hash or an array.
-- Suppress deprecation warnings on inspec exec with the `--silence-deprecations` option.
+- Suppress deprecation warnings on `inspec exec` with the `--silence-deprecations` option.
## Resource Updates