summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-15 15:52:29 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-15 15:57:39 -0800
commitd5dbf3601fbb979d638735d49228225a681a221c (patch)
tree73857bd05bf0c5bb9d7d83e560e7c595646d8e8e
parentc195e0e8fa4f0a995042a66399df207a449b44c4 (diff)
downloadchef-d5dbf3601fbb979d638735d49228225a681a221c.tar.gz
Changelog for https://github.com/opscode/chef/pull/2621tball/12-changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cd42df6d5..559093a819 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
* [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource
* [Issue 2580](https://github.com/opscode/chef/issues/2580) Make sure the relative paths are preserved when using link resource.
* [Pull 2630](https://github.com/opscode/chef/pull/2630) Improve knife's SSL error messaging
+* [Issue 2602](https://github.com/opscode/chef/issues/2602) Fix `subscribes` resource notifications.
* [**BackSlasher**](https://github.com/BackSlasher)