diff options
author | Bryan McLellan <btm@loftninjas.org> | 2014-10-28 16:44:17 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2014-10-28 16:44:46 -0400 |
commit | 40ae6e04dceb5ee1020fe42390e2dae627cc02b4 (patch) | |
tree | 72200a88898a27f8e109f9aecf2b565927a2d7c6 /CHANGELOG.md | |
parent | c3dfc8ad3007ebd9628e2a0da87b5019f103ffbb (diff) | |
download | chef-40ae6e04dceb5ee1020fe42390e2dae627cc02b4.tar.gz |
Update CHANGELOG for #1997/#2220
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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) |