summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorJon Cowie <jcowie@etsy.com>2014-12-29 13:25:45 +0000
committerJon Cowie <jcowie@etsy.com>2014-12-29 13:25:45 +0000
commitb46ffba02dd4ea6b5df944f1d8d8d97f66570833 (patch)
treee9e5abc720c817c5c9c911b2797c90a4a024a14e /DOC_CHANGES.md
parent2339da8290061d975e06fc618b84999f260f458c (diff)
downloadchef-b46ffba02dd4ea6b5df944f1d8d8d97f66570833.tar.gz
Updating md files for PR 2505
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md9
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