From 7f9e41103f27d5df669c20efaf46cb0ca5abde08 Mon Sep 17 00:00:00 2001 From: Michael Sauter Date: Wed, 4 Apr 2018 20:07:56 +0200 Subject: [PATCH] Add changes to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a32e1..522ba0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +* [Bugfix] Fix broken `share-ssh-socket` by passing the value of `SSH_AUTH_SOCK` to the Docker flag, not the environment variable itself + +* [Enhancement] Add `--verbose` flag to shortcut command if original Crane command is run in verbose mode + +* [Enhancement] Add `(ad-hoc)` to log output when creating/running a container with an ad-hoc command + ## 3.4.0 (2018-04-02) * [Enhancement] Improve CLI help output.