diff options
author | Jon Cowie <jcowie@etsy.com> | 2014-12-29 13:25:45 +0000 |
---|---|---|
committer | Jon Cowie <jcowie@etsy.com> | 2014-12-29 13:25:45 +0000 |
commit | b46ffba02dd4ea6b5df944f1d8d8d97f66570833 (patch) | |
tree | e9e5abc720c817c5c9c911b2797c90a4a024a14e /DOC_CHANGES.md | |
parent | 2339da8290061d975e06fc618b84999f260f458c (diff) | |
download | chef-b46ffba02dd4ea6b5df944f1d8d8d97f66570833.tar.gz |
Updating md files for PR 2505
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index b1121e2bf4..bcf3a27286 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -1,8 +1,3 @@ -<!--- -This file is reset every time a new release is done. This file describes changes that have not yet been released. - -Example Doc Change: -### Headline for the required change -Description of the required change. ---> +### Chef now handles URI Schemes in a case insensitive manner +Previously, when a URI scheme contained all uppercase letters, Chef would reject the URI as invalid. In compliance with RFC3986, Chef now treats URI schemes in a case insensitive manner. This applies to all resources which accept URIs such as remote_file etc.
\ No newline at end of file |