From 2c24bcc433f327d2104050ad3a062454f97979dc Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 13 Jun 2018 14:52:53 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f992d95..4f26b10db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: - commands/suspend: Introduce flag for suspending all machines [GH-9829] - commands/global-status: Improve message about removing stale entries [GH-9856] - provider/hyper-v: Update implementation. Include support for modifications on reload [GH-9872] +- provider/hyper-v: Validate maxmemory configuration setting [GH-9932] - provisioners/ansible_local: Improve installation from PPA on Ubuntu guests. The compatibility is maintained only for active long-term support (LTS) versions, i.e. Ubuntu 12.04 (Precise Pangolin) is no longer supported. [GH-9879]