From d50abc7c0d6f78b5e99d3c28ec561214fbdec6af Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 20 Apr 2020 19:08:25 +0200 Subject: [PATCH] fix changelog formatting and typos --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96896b34..35edcbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ - DUB projects: dependencies specified with _path_ were not available for auto-completion, also improved the detection patterns so that the _path_ property work with more packages. (#29) - DUB runnables: document specific messages were not cleared between two calls to "Run DUB single file package". (#27) + ## Other - Toolchain: removed the background tool _dastworx_ and replaced it with a library called _libdexed-d_. Although this will not change the user experience: - Thousands of system calls to create the process and read its streams are saved. - ddemangle not required anymore. - - crash in the new library will be fatal from now, i.e the IDE will have to be relaunched, while previously the __dastworx was launched again, without significant impact on the IDE. + - crash in the new library might be fatal from now, i.e the IDE will have to be relaunched, while previously _dastworx_ was launched again, without significant impact on the IDE. # v3.8.4