Skip to content

Commit 409b1bb

Browse files
committed
Updated changelog with breaking change message
1 parent 446cc9c commit 409b1bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Changed
9+
10+
- :boom: Removed usage of the `smartstring` crate. This changes the interface of the
11+
`AnnoKey` and `Component`/`AnnotationComponent` structs and is a **breaking
12+
change**, but the new interface is actually easier to call because the
13+
conversion to smart strings is not necessary any longer. The change also
14+
increases performance for several queries in the test set by up to 30%.
15+
816
## [3.8.3] - 2025-08-12
917

1018
### Fixed

0 commit comments

Comments
 (0)