docs: Update changelog

This commit is contained in:
FalsePattern 2024-03-10 17:27:01 +01:00
parent ec5c07c0a1
commit 45b153f7c4
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -22,6 +22,7 @@ Changelog structure reference:
- Debugging - Debugging
- Debugging support for tests when launched using the ZigTest task type (and with the gutter icons in the editor) - Debugging support for tests when launched using the ZigTest task type (and with the gutter icons in the editor)
- Debugging support on Windows systems
- Project - Project
- Added `zig init` as a new project creation option - Added `zig init` as a new project creation option
@ -30,6 +31,9 @@ Changelog structure reference:
- Zig - Zig
- Updated semantic highlighting to latest ZLS protocol - Updated semantic highlighting to latest ZLS protocol
- ZLS
- ZLS configuration is now partially editable through the GUI
### Fixed ### Fixed
- Project - Project
@ -38,6 +42,14 @@ Changelog structure reference:
- Plugin - Plugin
- Removed a bunch of write action locking, the editor should feel more responsive now - Removed a bunch of write action locking, the editor should feel more responsive now
- Zig
- Error highlighting was breaking all the time
### Removed
- Project
- !!!BREAKING CHANGE!!! There is now no arbitrary "zig execution" task, all zig tasks have been categorized into Zig run/build/test tasks respectively.
## [12.0.0] ## [12.0.0]
### Added ### Added