From bdab457993b1d8563c052b5e3dffc6b1aebf0659 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 03:15:23 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe4242b..7bb62cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - If a failure happens in a module, the client should display it as soon as possible [\#438](https://github.com/mvndaemon/mvnd/issues/438) - Display the current build status [\#361](https://github.com/mvndaemon/mvnd/issues/361) +- Provide a way to remove decoration on the standard out/err streams [\#356](https://github.com/mvndaemon/mvnd/issues/356) **Fixed bugs:** @@ -18,14 +19,19 @@ **Closed issues:** +- Mvnd runs on several projects while mvn only runs on the top level project [\#464](https://github.com/mvndaemon/mvnd/issues/464) +- Better progress report [\#463](https://github.com/mvndaemon/mvnd/issues/463) - Support Maven 3.8.2 [\#457](https://github.com/mvndaemon/mvnd/issues/457) - maven-notifier extension not working as expected [\#452](https://github.com/mvndaemon/mvnd/issues/452) +- use client env vars [\#445](https://github.com/mvndaemon/mvnd/issues/445) - use unix domain socket if available [\#417](https://github.com/mvndaemon/mvnd/issues/417) - Broken cache? [\#342](https://github.com/mvndaemon/mvnd/issues/342) **Merged pull requests:** +- Make sure mvnd does not build more projects than needed, fixes \#464 [\#465](https://github.com/mvndaemon/mvnd/pull/465) ([gnodet](https://github.com/gnodet)) - Provide an early display of build failures, fixes \#361 [\#462](https://github.com/mvndaemon/mvnd/pull/462) ([gnodet](https://github.com/gnodet)) +- I356 [\#461](https://github.com/mvndaemon/mvnd/pull/461) ([gnodet](https://github.com/gnodet)) - \#457 Support Maven 3.8.2 [\#459](https://github.com/mvndaemon/mvnd/pull/459) ([robertk3s](https://github.com/robertk3s)) - Bump commons-compress from 1.20 to 1.21 [\#454](https://github.com/mvndaemon/mvnd/pull/454) ([dependabot[bot]](https://github.com/apps/dependabot)) - Improve test stability on OSX [\#453](https://github.com/mvndaemon/mvnd/pull/453) ([gnodet](https://github.com/gnodet))