From b1983bd19364b089c866ccd4064d72c32b83ef35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 03:15:21 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f66d5e5..bf6f3e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,13 @@ - Please give a meaningful name to the mvnd process [\#118](https://github.com/mvndaemon/mvnd/issues/118) - Building... output detail of how many modules in total and left to build [\#112](https://github.com/mvndaemon/mvnd/issues/112) - Run with min 1 cpu core left to the user [\#111](https://github.com/mvndaemon/mvnd/issues/111) +- Connection timeout when trying to execute any build [\#63](https://github.com/mvndaemon/mvnd/issues/63) **Merged pull requests:** +- Improvements [\#126](https://github.com/mvndaemon/mvnd/pull/126) ([gnodet](https://github.com/gnodet)) +- Display warning in case of environment mismatch \#122 [\#125](https://github.com/mvndaemon/mvnd/pull/125) ([gnodet](https://github.com/gnodet)) +- Improvements [\#124](https://github.com/mvndaemon/mvnd/pull/124) ([gnodet](https://github.com/gnodet)) - Fixup \#111 Document the number of utilized cores and use 1 core at least [\#121](https://github.com/mvndaemon/mvnd/pull/121) ([ppalaga](https://github.com/ppalaga)) - Rename ServerMain to MavenDaemon to be more explicit, fixes \#118 [\#120](https://github.com/mvndaemon/mvnd/pull/120) ([gnodet](https://github.com/gnodet)) - Leave 1 processor unused on the daemon by default, fixes \#111 [\#119](https://github.com/mvndaemon/mvnd/pull/119) ([gnodet](https://github.com/gnodet))