diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-12-09 08:46:18 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-12-09 08:46:18 -0800 |
commit | 44763f6e5ab18421897791ee610bd5b63f9c1dd3 (patch) | |
tree | e1a9cc19addf04a30c78493f1045d92e9ed3061f | |
parent | 02d04e4589d4baa1e71a05c37a44e2588bbed178 (diff) | |
download | chef-44763f6e5ab18421897791ee610bd5b63f9c1dd3.tar.gz |
Add information about rpm package signing to CHANGELOG.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2451361b..9f5c6d5e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * [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`. +* [Issue 2563](https://github.com/opscode/chef/issues/2563) Make sure the Chef Client rpm packages are signed with GPG keys correctly. ## 12.0.0 |