diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-28 09:51:21 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-28 09:51:21 -0700 |
commit | a3159a69242adc94050e1664a7c1ced9d08a84a6 (patch) | |
tree | cb02a1a1ff091be93644720822d8e1d8ebf3d107 /RELEASE_NOTES.md | |
parent | d3d8d0d4bf99f7a8e76bd0cfd583f583ad3de830 (diff) | |
download | chef-a3159a69242adc94050e1664a7c1ced9d08a84a6.tar.gz |
bump ruby to 2.4.1
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5118ce9031..4e3c7dd050 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -137,3 +137,8 @@ The Python `easy_install` package installer has been deprecated for many years, so we have removed support for it. No specific replacement for `pip` is being included with Chef at this time, but a `pip`-based `python_package` resource is available in the [`poise-python`](https://github.com/poise/poise-python) cookbooks. + +### Ruby version upgraded to 2.4.1 + +We've upgraded to the latest stable release of the Ruby programming +language. |