Skip to content

Commit 5370ca6

Browse files
committed
highlighter: Update changelog notes
1 parent 7634335 commit 5370ca6

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

highlighter/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
9+
10+
## [v0.3.1] - 2026-05-30
11+
12+
> [!NOTE]
13+
> This version does not have any breaking API changes to the highlighter, but the dependency on the bindings (`tree-house-bindings`) has been updated to require v0.3, which includes breaking changes to parsing functions.
914
1015
### Added
1116

12-
* Derived `Hash` for `Highlight` ([bd161d96fac8](https://github.com/helix-editor/tree-house/commit/bd161d96fac8))
13-
* Derived `Clone` for `Syntax` ([0fe37c6cc48b](https://github.com/helix-editor/tree-house/commit/0fe37c6cc48b))
17+
* Derived `Hash` for `Highlight` ([bd161d96fac8](https://github.com/helix-editor/tree-house/commit/bd161d96fac8))
18+
* Derived `Clone` for `Syntax` ([0fe37c6cc48b](https://github.com/helix-editor/tree-house/commit/0fe37c6cc48b))
19+
20+
### Fixed
21+
22+
* Fixed a panic in `Highlighter::advance` when multiple captures match the same node and more than one has no highlight in the current theme ([5734850e](https://github.com/helix-editor/tree-house/commit/5734850e), [helix#14751](https://github.com/helix-editor/helix/issues/14751), [#37](https://github.com/helix-editor/tree-house/issues/37))
23+
* Fixed a silent bug where a child node's capture could replace an ancestor node's highlight in `active_highlights` when they share an end byte ([5734850e](https://github.com/helix-editor/tree-house/commit/5734850e))
1424

1525
## [v0.3.0] - 2025-06-16
1626

0 commit comments

Comments
 (0)