Skip to content

Commit 066d294

Browse files
committed
docs: Update changelogs
1 parent 06a7865 commit 066d294

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
- Replace `attohttpc` with `reqwest` to simplify implementing non-blocking stylesheet resolving in the future release.
1212

13+
### Performance
14+
15+
- Avoid using binary search on attributes.
16+
1317
## [0.12.0] - 2023-12-28
1418

1519
### Changed

bindings/c/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Performance
6+
7+
- Avoid using binary search on attributes.
8+
59
## [0.12.0] - 2023-12-28
610

711
### Changed

bindings/javascript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Performance
6+
7+
- Avoid using binary search on attributes.
8+
59
## [0.12.1] - 2023-12-31
610

711
### Added

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Performance
6+
7+
- Avoid using binary search on attributes.
8+
59
## [0.12.0] - 2023-12-28
610

711
### Changed

bindings/ruby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Performance
4+
5+
- Avoid using binary search on attributes.
6+
37
## [Unreleased]
48

59
## [0.12.0] - 2023-12-28

0 commit comments

Comments
 (0)