Skip to content

Commit 1c54fd8

Browse files
authored
Document breaking change in release 2.26.2
Removed support for parsing [[-style links in alert messages, replacing it with $@ placeholder pairs.
1 parent 865c3ee commit 1c54fd8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.26.2 (2026-07-23)
20+
21+
### Breaking Changes
22+
23+
- Removed support for parsing `[[`-style links in alert messages. This was an undocumented legacy feature that allowed query authors to embed links inline in select clause message strings using `[["text"|"url"]]` syntax. Queries should use `$@` placeholder pairs instead.
1924

2025
## Release 2.26.1 (2026-07-15)
2126

0 commit comments

Comments
 (0)