Update CHANGELOG

This commit is contained in:
Chris Roberts 2017-02-24 07:31:31 -08:00
parent f32c12d426
commit b69f46227d
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
FEATURES:
- providers/hyperv: Support packaging of Hyper-V boxes [GH-7867]
- util/command_deprecation: Add utility module for command deprecation [GH-8300]
- util/subprocess: Add #stop and #running? methods [GH-8270]
IMPROVEMENTS:
@ -28,6 +29,10 @@ BUG FIXES:
- guests/linux: Fix guest detection for names with spaces [GH-8092]
- guests/redhat: Fix network interface configuration [GH-8148]
DEPRECATIONS:
- command/push: Disable push command [GH-8300]
## 1.9.1 (December 7, 2016)
IMPROVEMENTS: