From bddf4d919d1e55f9c4675f91cf97ca2a0dd62309 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 5 Dec 2020 00:01:29 +0100 Subject: [PATCH] Prepare changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831eb9d..4e1d3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +* Support use of prebuilt `docker-compose.yaml`. + Separates build and execution without duplicating evaluation. + +* Avoid storing tarballs (wasting store space) by using + `dockerTools.streamLayeredImage` if available. + +* Project name is now configurable via the `project.name` option + +* Support --no-ansi, --compatibility, --log-level options + ## 0.1.1.1 -- 2020-03-20 * Fix ambiguous import of `lines`