Prepare changelog
This commit is contained in:
parent
a96df5d7c1
commit
bddf4d919d
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
## Unreleased
|
## 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
|
## 0.1.1.1 -- 2020-03-20
|
||||||
|
|
||||||
* Fix ambiguous import of `lines`
|
* Fix ambiguous import of `lines`
|
||||||
|
|
Loading…
Reference in a new issue