diff options
author | Scott Hain <shain@chef.io> | 2018-04-09 15:40:16 -0700 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-04-23 18:59:24 +0100 |
commit | 86ebb1262c6ff51ac77ad9345e6da95fc17965ee (patch) | |
tree | cf3e03156799332d87bc482fe0acc522179a2cec | |
parent | 596114efc5cae7f1927c5fa7b095f8912c3e2a20 (diff) | |
download | chef-86ebb1262c6ff51ac77ad9345e6da95fc17965ee.tar.gz |
We no longer build or test on OSX 10.10shain/deprecate_10_10
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1bca0ecfdd..3e3310fee6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -157,6 +157,10 @@ Rename a property with a deprecation warning for users of the old property name deprecated_property_alias 'thing2', 'the_second_thing', 'The thing2 property was renamed the_second_thing in the 2.0 release of this cookbook. Please update your cookbooks to use the new property name.' ``` +### Platform Deprecations + +chef-client no longer is built or tested on OS X 10.10 in accordance with Chef's EOL policy. + ### validation_message Validation messages allow you give the user a friendly error message when any validation on a property fails. |