diff --git a/CHANGELOG.md b/CHANGELOG.md index a6841ffb..da1d739a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ repository](http://github.com/datalad/datalad-container) for more details. ### Fixes - The Docker adapter unconditionally called `docker run` with - `--interactive` and --tty` even when stdin was not attached to a + `--interactive` and `--tty` even when stdin was not attached to a TTY, leading to an error. ## 0.5.1 (Nov 08, 2019) --