We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446cc9c commit 409b1bbCopy full SHA for 409b1bb
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## [Unreleased]
7
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
16
## [3.8.3] - 2025-08-12
17
18
### Fixed
0 commit comments