summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-10-28 16:44:17 -0400
committerBryan McLellan <btm@loftninjas.org>2014-10-28 16:44:46 -0400
commit40ae6e04dceb5ee1020fe42390e2dae627cc02b4 (patch)
tree72200a88898a27f8e109f9aecf2b565927a2d7c6
parentc3dfc8ad3007ebd9628e2a0da87b5019f103ffbb (diff)
downloadchef-40ae6e04dceb5ee1020fe42390e2dae627cc02b4.tar.gz
Update CHANGELOG for #1997/#2220
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a388733423..c98c58d9c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -398,3 +398,4 @@
would not share the same actions/default_action as their parent
* Raise error if a guard_interpreter is specified and a block is passed to a guard (conditional)
* Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943)
+* Windows package type should be a symbol (Fixes #1997)