From 49069f5e8490a68639e2bcd2755639321e166371 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Sun, 25 Aug 2024 16:58:41 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88078fb..0576452a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ ## 3.2.0 -* Adds support for skipping input requests by @Rexios80. Input requests are skipped when: - * The `--fvm-skip-input` flag is passed - * Running in CI -* Exits with `ExitCode.unavailable` if the request to install a Flutter version is denied by @Rexios80 +* add: support for skipping input requests by @Rexios80. Input requests are skipped when the `--fvm-skip-input` flag is passed. +* add: documentation for command rerouting by @humblerookie +* fix(cosmetics): fvm has one newline too much by @jonasbadstuebner +* fix: unsupported architecture on arm64 by @MrCyjaneK +* add: tags for Docker deployment by @CodeRedDev +* add: Validate if git is installed by @leoafarias +* add: Disable local mirror on exception by @leoafarias ## 3.1.7