summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-29 15:00:52 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-29 15:00:52 -0800
commit43eba1778fab8bc440f97824af7227476457a65c (patch)
tree5e967abff042f8a7279c3ad049b54cf7a009f6cb /DOC_CHANGES.md
parent4a91e5e40972f0be7e71aba4615b1f76affeafc6 (diff)
parentb7b7dad4e476b3fde67f0d9881e15efe7e5b60ac (diff)
downloadchef-43eba1778fab8bc440f97824af7227476457a65c.tar.gz
Merging master to audit-mode
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 9a6c78a524..0c82661f34 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -6,6 +6,10 @@ Example Doc 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.
+
### Experimental Audit Mode Feature
There is a new command_line flag provided for `chef-client`: `--audit-mode`. This accepts 1 of 3 arguments:
@@ -28,4 +32,4 @@ The `--audit-mode` flag should be a link to the documentation for that flag
#### Editors node 2
This probably only needs to be a bullet point added to http://docs.getchef.com/nodes.html#about-why-run-mode under the
-`certain assumptions` section
+`certain assumptions` section \ No newline at end of file