From fe8d68d15e9fc88c56d3eb4bd907621311e9503a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 20 Mar 2013 22:31:36 -0700 Subject: [PATCH] Update CHANGELOG for GH-1461 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d2e9192..ecf334164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ IMPROVEMENTS: - Puppet apply provisioner now retains the default module path even while specifying custom module paths. [GH-1207] - Re-added DHCP support for host-only networks. [GH-1466] + - Ability to specify a plugin version, plugin sources, and + pre-release versions using `--plugin-version`, `--plugin-source`, + and `--plugin-prerelease`. [GH-1461] BUG FIXES: