diff options
author | Claire McQuin <claire@getchef.com> | 2014-10-16 10:16:44 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-10-16 10:16:44 -0700 |
commit | 4916e377f8e421efabd4a52c12448a8b1ee6541c (patch) | |
tree | 681e918f8d9fd253e83bf7cb7b50155a2623996f /CHANGELOG.md | |
parent | 1da210f48c60460bad494d4cc28d1385407e0806 (diff) | |
download | chef-4916e377f8e421efabd4a52c12448a8b1ee6541c.tar.gz |
Update for :internal_locale detectionmcquin/centos-locale-a
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f321120901..15855a6e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -199,6 +199,7 @@ * Removed dependencies on the 'json' gem, replaced with ffi-yajl. Use Chef::JSONCompat library for parsing and printing. * Restore the deprecation logic of #valid_actions in LWRPs until Chef 13. * Now that we don't allow unforked chef-client interval runs, remove the reloading of previously defined LWRPs. +* Use shell_out to determine Chef::Config[:internal_locale], fix CentOS locale detection bug. ## Last Release: 11.14.2 |