summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2015-04-16 16:52:54 -0700
committerPhil Dibowitz <phil@ipom.com>2015-04-29 11:38:17 -0700
commit609c3d90e16dcbaa5a2a6874f8f02ecbfdfbe9a4 (patch)
treed9b34d471e0e2c2f98eae02efd9511d13bba398e /CHANGELOG.md
parent8385125e5bf3bd4139f75c7f4d5d2cb030ebaa98 (diff)
downloadchef-609c3d90e16dcbaa5a2a6874f8f02ecbfdfbe9a4.tar.gz
Make multipackage and arch play nicely together
Fixes #3233
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d32217f08f..ada16f72c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,6 @@
Ensure knife ssh doesn't use a non-existant field for hostname #3131
* [**Tom Hughes**](https://github.com/tomhughes)
Ensure searches progress in the face of incomplete responses #3135
-
* [pr#3162](https://github.com/chef/chef/pull/3162): Add
`--minimal-ohai` flag to client/solo/apply; restricts ohai to only the
bare minimum of plugins.
@@ -28,6 +27,8 @@
* Fix nil pointer for windows event logger #3200
* Use partial search for knife status
* Ensure chef/knife properly honours proxy config
+* [**Phil Dibowitz**](https://github.com/jaymzh):
+ Fix multipackage and architectures
## 12.2.1
* [Issue 3153](https://github.com/chef/chef/issues/3153): Fix bug where unset HOME would cause chef to crash