diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebc590e..132ce3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v3.9.25 + +## Enhancements + +- Added support for the new DUB package naming scheme. + However older DUB versions are still supported. (#118) +- Add highlighter preset "Arc Dark". + +## Bugs fixed + +- Completion did not work properly for dependencies specified with a local path. +- Word completions did not contain identifiers containing digits. (#121) +- Messages, "select all" could hang the IDE for a while (#120) +- Custom tools editor, when focused and when typing a useless input box appeared. + # v3.9.24 ## Enhancements