summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorJon Cowie <jonlives@gmail.com>2014-12-29 13:54:17 +0000
committerJon Cowie <jonlives@gmail.com>2014-12-29 13:54:17 +0000
commitb7b7dad4e476b3fde67f0d9881e15efe7e5b60ac (patch)
treee9e5abc720c817c5c9c911b2797c90a4a024a14e /DOC_CHANGES.md
parent151e18fc0ebf1597498a65008f02a760b1737ef0 (diff)
parentb46ffba02dd4ea6b5df944f1d8d8d97f66570833 (diff)
downloadchef-b7b7dad4e476b3fde67f0d9881e15efe7e5b60ac.tar.gz
Merge pull request #2708 from opscode/jonlives/2505
Merge pull request #2505 from kwilczynski/http-create-url
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