diff options
Diffstat (limited to 'RELEASE_NOTES.md')
-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. |