From 1cd402cc5865d2f46ad1658d02f3d5807db47771 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 03:10:18 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0675908a..09cf1f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/mvndaemon/mvnd/tree/HEAD) + +[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.0.11...HEAD) + +**Implemented enhancements:** + +- Opt out of implicit -T [\#132](https://github.com/mvndaemon/mvnd/issues/132) + +**Merged pull requests:** + +- User's preference for -T can be stored as mvnd.threads in ~/.m2/mvnd.… [\#176](https://github.com/mvndaemon/mvnd/pull/176) ([ppalaga](https://github.com/ppalaga)) + ## [0.0.11](https://github.com/mvndaemon/mvnd/tree/0.0.11) (2020-10-29) [Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.0.10...0.0.11)