Skip to content

Commit f8afc4c

Browse files
committed
The Annotation struct has also changed
1 parent 409b1bb commit f8afc4c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

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

88
### Changed
99

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%.
10+
- :boom: Removed usage of the `smartstring` crate. This changes the interface of
11+
the `AnnoKey`, `Annotation`, and `Component`/`AnnotationComponent` structs and
12+
is a **breaking change**, but the new interface is actually easier to call
13+
because the conversion to smart strings is not necessary any longer. The
14+
change also increases performance for several queries in the test set by up to
15+
30%.
1516

1617
## [3.8.3] - 2025-08-12
1718

0 commit comments

Comments
 (0)