diff options
author | Tim Smith <tsmith@chef.io> | 2019-07-01 10:10:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-01 10:12:14 -0700 |
commit | 4b8fa0752d9f82c96713b6223665c51eddeb4ce0 (patch) | |
tree | ae547a3f52795c86454f4b4b315c3e3f582e24c6 | |
parent | 2faedd198c96c335afca0aa3e8ee1736ec5fec38 (diff) | |
download | chef-4b8fa0752d9f82c96713b6223665c51eddeb4ce0.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c9278e1b82..d46644f3db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -45,7 +45,7 @@ Chef InSpec has been updated from 4.3.2 to 4.6.4 with the following changes: - InSpec`Attributes` have now been renamed to `Inputs` to avoid confusion with Chef Infra attributes. - A new InSpec plugin type of `Input` has been added for defining new input types. See the [InSpec Plugins documentation](https://github.com/inspec/inspec/blob/master/docs/dev/plugins.md#implementing-input-plugins) for more information on writing these plugins. - InSpec no longer prints errors to the stdout when passing `--format json`. - - When fetching profiles from GitHub the URL can now include periods. + - When fetching profiles from GitHub, the URL can now include periods. - The performance of InSpec startup has been improved # Chef Infra Client 15.0.300 |