From 502e196cbb5b4b0fc99ef0e87dbd6c826ea13f0e Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 3 Aug 2019 15:21:20 -0400 Subject: [PATCH] Added build queues to change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599fbf5..beb9acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Bug fixes: BREAKING CHANGES: - Double hyphen is now changed to single hyphen, `img-captain--myapp` is now changed to `img-captain-myapp`. This is to address the problem with 3rd party docker registries. See (https://github.com/caprover/caprover/issues/454). Note that this is only applied to the newly built images. All existing images will stay intact. -- +- Builds are now being queued instead of dropping the build if another one is in progress. See (https://github.com/caprover/caprover/issues/266) ## [1.4.0] - 2019-04-07 New Features: