chore: changelog hotfix

This commit is contained in:
FalsePattern 2023-08-19 22:44:42 +02:00
parent 737b7643d2
commit 5429a7034d
Signed by: falsepattern
GPG key ID: FDF7126A9E124447

View file

@ -22,24 +22,19 @@ Changelog structure reference:
### Added ### Added
#### Toolchain - Toolchain
- Zig compiler toolchain integration and run actions (no debugging support yet, see the readme) - Zig compiler toolchain integration and run actions (no debugging support yet, see the readme)
- Zig
#### Zig
- Inlay hints - Inlay hints
- Breakpoints (CLion/IDEA Ultimate) - Breakpoints (CLion/IDEA Ultimate)
- File creation prompt - File creation prompt
- LSP
#### LSP
- ZLS is now auto-detected on project startup from PATH - ZLS is now auto-detected on project startup from PATH
- (You can also manually auto-detect it in the config menu) - (You can also manually auto-detect it in the config menu)
### Changed ### Changed
#### Accessibility - Accessibility
- The LSP status icon now has symbols in it instead of just colors: - The LSP status icon now has symbols in it instead of just colors:
- Stopped(Red): X - Stopped(Red): X
- Starting(Yellow): Refresh arrow - Starting(Yellow): Refresh arrow
@ -47,12 +42,9 @@ Changelog structure reference:
### Fixed ### Fixed
#### LSP - LSP
- NullPointerException in folding range provider when closing editors quickly - NullPointerException in folding range provider when closing editors quickly
- Config
#### Config
- Changes to the ZLS configuration no longer require an IDE restart - Changes to the ZLS configuration no longer require an IDE restart
## [0.6.0] ## [0.6.0]