From 8685b18eb12b11e96fe05fb42e67db632d492a14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 03:10:46 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae73b6e1..447102697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [Unreleased](https://github.com/mvndaemon/mvnd/tree/HEAD) + +[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.0.12...HEAD) + +**Implemented enhancements:** + +- The daemon created by the client should survive if the client is interrupted using Ctrl+C [\#193](https://github.com/mvndaemon/mvnd/issues/193) + +**Closed issues:** + +- Messages associated with projectId from the previous build in the terminal and daemon log [\#216](https://github.com/mvndaemon/mvnd/issues/216) +- Provide an automatic purge of daemon logs [\#196](https://github.com/mvndaemon/mvnd/issues/196) + +**Merged pull requests:** + +- Messages associated with projectId from the previous build in the ter… [\#217](https://github.com/mvndaemon/mvnd/pull/217) ([ppalaga](https://github.com/ppalaga)) +- Ignore INT and TSTP signals in the daemon [\#214](https://github.com/mvndaemon/mvnd/pull/214) ([gnodet](https://github.com/gnodet)) +- Automatic purge of daemon logs [\#213](https://github.com/mvndaemon/mvnd/pull/213) ([gnodet](https://github.com/gnodet)) + ## [0.0.12](https://github.com/mvndaemon/mvnd/tree/0.0.12) (2020-11-12) [Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.0.11...0.0.12)