diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-23 12:18:16 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-11-26 09:52:52 -0800 |
commit | 6760a72d0c573665ed7f00cac1b27c8457416f10 (patch) | |
tree | 6c669d621035e2e0fccd2fff2696301fac800e53 /RELEASE_NOTES.md | |
parent | 2108c74226d34b28d94bcb259ffe40583809deb3 (diff) | |
download | chef-6760a72d0c573665ed7f00cac1b27c8457416f10.tar.gz |
update docs for dropping support of 1.9.3
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7faf924134..630aa737df 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -241,9 +241,9 @@ manifest for the cookbook will be deleted from the cookbook file cache. In order to avoid re-downloading the file_cache for all the cookbooks and files that are skipped when an override run list is used, when an override run list is set the file cache is not cleaned at all. -## Dropped Support For Ruby 1.8.7/1.9.1/1.9.2 +## Dropped Support For Ruby 1.8 and 1.9 -Ruby 1.8.7, 1.9.1 and 1.9.2 are no longer supported. +Ruby 1.8.7, 1.9.1, 1.9.2 and 1.9.3 are no longer supported. ## Changed no_lazy_load config default to True |