From 56b229a7679258fbd80fd36380e379f962f3e5ea Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Wed, 11 Mar 2015 03:38:17 -0400 Subject: [PATCH] update changelog with internal api info Signed-off-by: Evan Hazlett --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 21841649c3..49bda5d3b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ Core Stability and Driver Updates - New command to regenerate TLS certificates - Note: this will restart the Docker engine to apply - Updates to driver operations (create, start, stop, etc) for better reliability +- New internal `libmachine` package for internal api (not ready for public usage) - Updated Driver Interface - [Driver Spec](https://github.com/docker/machine/blob/master/docs/DRIVER_SPEC.md) - Removed host provisioning from Drivers to enable a more consistent install