diff options
author | Phil Dibowitz <phil@ipom.com> | 2015-01-15 14:35:36 -0800 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2015-01-15 14:40:55 -0800 |
commit | 7e09fa58fc039d5aabdb4f041c03668797479093 (patch) | |
tree | 90481a29fc0fb154c4df252ebe75077c8acaf416 /CHANGELOG.md | |
parent | b9e91171f6bd4ac55d62c6b9b72838fa89a1330e (diff) | |
download | chef-7e09fa58fc039d5aabdb4f041c03668797479093.tar.gz |
Suppress SSL warnings if I know what I'm doing
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7c3d9dc3..426b70c224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ * [**Tim Smith**](https://github.com/tas50) Typo fixes * [Pull 2505](https://github.com/opscode/chef/pull/2505) Make Chef handle URIs in a case-insensitive manner +* [**Phil Dibowitz**](https://github.com/jaymzh): + Let people disable SSL warnings. ### Chef Contributions * ruby 1.9.3 support is dropped |