docs: Add warning about breaking change

This commit is contained in:
FalsePattern 2025-03-13 16:30:08 +01:00
parent c6af369b1c
commit fbeb7985e4
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -26,6 +26,12 @@ Changelog structure reference:
- Toolchain - Toolchain
- More descriptive error messages when toolchain detection fails - More descriptive error messages when toolchain detection fails
### Changed
- Project
- !!BREAKING CHANGE!! Changed file format of zig tasks to store command line arguments as strings instead of string lists.
This (and newer) versions of the plugin will automatically upgrade tasks from 21.1.0 and before.
### Fixed ### Fixed
- Debugging - Debugging