Skip to content

Commit ac0a925

Browse files
committed
Add changelogs
1 parent 3e7e0d9 commit ac0a925

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [Unreleased]
8+
9+
### Added
10+
- Add support of multiple configuration files (#1013).
11+
- Add support for code actions using ranges.
12+
- Add support of `$/progress` notification.
13+
- Use a minimal style for neovim's floating window and add support for override (#1033).
14+
- Add `hideVirtualTextsOnInsert` option (#982).
15+
- Add support of populating `source` in diagnostics (#1062).
16+
- Add support of overriding selection UI (#1059, #1060).
17+
- Add plug mappings (#1065).
18+
19+
### Changed
20+
- Hide error of `ContentModified` (#997).
21+
- Do not show `window/logMessage` messages (#1056).
22+
- Change aarch64 build from `-gnu` to `-musl` (#1044).
23+
24+
### Fixed
25+
- Fix issue of no signs in sign column and virtual text on Windows (#970).
26+
- Fix error handling of install script (#1011).
27+
- Fix detection of Haskell cabal project root (#1048).
28+
- Fix rust-analyzer runnable actions (#1058).
29+
30+
### Thanks
31+
Huge thanks to Martin (@martskins) for numerous contributions to this release,
32+
from improving overall code structure, addressing pain points to answering
33+
issues.
34+
735
## [0.1.157]
836

937
### Added

0 commit comments

Comments
 (0)