diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-12-08 18:53:42 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-12-08 18:53:42 -0800 |
commit | 3d092780662579e6dc4dc9c0e2cfd8841cf12c1a (patch) | |
tree | 3244c3ef705bf6c366498018457be7b9f9a41698 /CHANGELOG.md | |
parent | 36351214c9f2430c8a6aa5a2aa2bb0ec78dccd3f (diff) | |
download | chef-3d092780662579e6dc4dc9c0e2cfd8841cf12c1a.tar.gz |
Contribution information for backport of https://github.com/opscode/chef/pull/2574sersut/backport-12.0.1
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 2f7840332a..9b2451361b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * [Issue 2545](https://github.com/opscode/chef/issues/2545) `path` attribute of `execute` resource is restored to provide backwards compatibility with Chef 11. * [Issue 2565](https://github.com/opscode/chef/issues/2565) Fix `Chef::Knife::Core::BootstrapContext` constructor for knife-windows compat. * [Issue 2566](https://github.com/opscode/chef/issues/2566) Make sure Client doesn't raise error when interval is set on Windows. +* [Issue 2560](https://github.com/opscode/chef/issues/2560) Fix `uninitialized constant Windows::Constants` in `windows_eventlog`. ## 12.0.0 |