From de0dd63e67ba4d9b96f28a2258d776dfaaa21f19 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Sun, 3 Mar 2019 13:22:40 -0800 Subject: [PATCH] Changelog for 2.0.0-beta5 --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbea899..b24984d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -### 2.0.0-beta1 - 2.0.0-beta4 +### 2.0.0-beta1 - 2.0.0-beta5 -- Use SiteAliasWithConfig (#30) -- Use ConfigAwareInterface/Trait (#26) -- Allow configuration to be injected into ProcessManager. (#22) -- setWorkingDirectory() controls remote execution dir (#25) +* Rename AliasRecord to SiteAlias; Use SiteAliasWithConfig::create (#31) +* Use SiteAliasWithConfig (#30) +* Use ConfigAwareInterface/Trait (#26) +* Allow configuration to be injected into ProcessManager. (#22) +* setWorkingDirectory() controls remote execution dir (#25) ### 1.1.0 - 1.1.2 - 2019/Feb/13