diff --git a/CHANGELOG.md b/CHANGELOG.md index 63481191..3f66d5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ **Closed issues:** +- 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) **Merged pull requests:** +- 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)) - Improve progress display [\#113](https://github.com/mvndaemon/mvnd/pull/113) ([gnodet](https://github.com/gnodet)) - Skip tests when releasing [\#110](https://github.com/mvndaemon/mvnd/pull/110) ([ppalaga](https://github.com/ppalaga))