diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2e5ce9..16de4fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v3.8.4 + +## Bugs fixed + +- Editor, calltips: problem when the function parameter included type constructors. (#26) + +## Other + +- Project CI: extraction of the changelog didn't work properly. + # v3.8.3 ## Enhancements diff --git a/README.md b/README.md index 8346da48..9f9cec32 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,19 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.8.3, Thu 9 Apr 2020. +- :bookmark: latest release: version 3.8.4, Thu 16 Apr 2020. - :scroll: licensed under the terms of the Boost software license. - :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). -## Download version 3.8.3 +## Download version 3.8.4 -[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.8.3) the zipped binaries or the zip that contains the setup program for you platform. +[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.8.4) the zipped binaries or the zip that contains the setup program for you platform. The _zip_ archives allow to move freely the files. diff --git a/setup/setup.dprj b/setup/setup.dprj index 5018ccfb..e22dd21b 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.8.3' + version = '3.8.4' end diff --git a/setup/version.txt b/setup/version.txt index 6a39225f..5b3a517e 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.8.3 +v3.8.4