From c9236519d5ae8d4fea36eeb70044ede344e6afff Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Tue, 30 Jul 2024 15:39:46 -0400 Subject: [PATCH] CL --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6529105..1dbad6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +### Bug Fixes + +* Fixed bug causing new `lando exec` command to incorrectly shell wrap +* Fixed bug causing `compose` directories to bloat indefinitely +* Fixed bug causing `stop` to not `kill` when it can just `kill` + +## Internal + +* Improved `run` volume mounting +* Improved `volume` type detection + ## v3.22.0-beta.1 - [July 25, 2024](https://github.com/lando/core/releases/tag/v3.22.0-beta.1) ### New Features