From 8d9a6eef1b6c14ea2c02a437e8486817ae59f062 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Dec 2013 11:22:53 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71d253db..2602d3c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ IMPROVEMENTS: * core: Plugins communicate over a single TCP connection per plugin now, instead of sometimes dozens. Performance around plugin communication dramatically increased. +* provisioner/puppet-masterless: Can now specify a `manifest_dir` to + upload manifests to the remote machine for imports. [GH-655] ## 0.4.1 (December 7, 2013)