mirror of https://gitlab.com/basile.b/dexed.git
update changelog
This commit is contained in:
parent
1eeeaccdf0
commit
700d2c6fd8
15
CHANGELOG.md
15
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
|
||||
|
|
Loading…
Reference in New Issue