summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-06-02 16:55:00 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-06-02 16:55:00 -0700
commit5059726b7a8b77a32e5e0abae4fd0e4cc28bc1bb (patch)
treebaec606a6a04d07fc9495318ff352d2ce8825596
parent10a06bd6623d43eea05d1f6205ccbfc9817dc9be (diff)
downloadchef-5059726b7a8b77a32e5e0abae4fd0e4cc28bc1bb.tar.gz
Update CHANGELOG for #3066
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdaff78a22..4e1873c807 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
knife cil attribute [pr#3195](https://github.com/chef/chef/pull/3195)
* [**Torben Knerr**](https://github.com/tknerr):
Allow knife sub-command loader to match platform specific gems. [pr#3281](https://github.com/chef/chef/pull/3281)
+* [**Steve Lowe**](https://github.com/SteveLowe):
+ Fix copying ntfs dacl and sacl when they are nil. [pr#3066](https://github.com/chef/chef/pull/3066)
* [Issue #2247](https://github.com/chef/chef/issues/2247): powershell_script returns 0 for scripts with syntax errors
* [pr#3080](https://github.com/chef/chef/pull/3080): Issue 2247: powershell_script exit status should be nonzero for syntax errors