diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-01-12 11:51:49 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-01-12 11:51:49 -0800 |
commit | 300d2f5a7b77ba31413e54625d9178ac1aaec031 (patch) | |
tree | d51833479a86eb73f12cd3d1de95cda49c490ea5 /CHANGELOG.md | |
parent | 56429f56e687314b5cf9c9351c6cb357a6878ecc (diff) | |
download | chef-300d2f5a7b77ba31413e54625d9178ac1aaec031.tar.gz |
add md file
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 0ea4b68264..293d039bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ * Cleaned up script and execute provider + specs * Added deprecation warnings around the use of command attribute in script resources * Audit mode feature added - see the RELEASE_NOTES for details +* shell_out now sets `LANGUAGE` and `LANG` to the `Chef::Config[:internal_locale]` in addition to `LC_ALL` forcing ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |