Skip to content

Commit ce45317

Browse files
committed
docs: Update changelogs
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent a8375e3 commit ce45317

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

bindings/c/CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.35`.
8+
- Update `html5ever` to `0.31`.
9+
- Update `selectors` to `0.28`.
10+
511
### Performance
612

713
- Slightly improve performance of HTML serialization.

bindings/javascript/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
- update `cssparser` to `0.35`.
9+
- update `html5ever` to `0.31`.
10+
- update `selectors` to `0.28`.
11+
512
### Performance
613

714
- Slightly improve performance of HTML serialization.
815
- Avoid creating unused caches.
916

10-
### Changed
11-
12-
- Bump MSRV to `1.71.1`.
13-
1417
## [0.14.3] - 2024-11-14
1518

1619
### Added

bindings/python/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `PyO3` to `0.25.0`.
8+
- Update `cssparser` to `0.35`.
9+
- Update `html5ever` to `0.31`.
10+
- Update `selectors` to `0.28`.
11+
512
### Performance
613

714
- Slightly improve performance of HTML serialization.
815
- Avoid creating unused caches.
916

10-
### Changed
11-
12-
- Update `PyO3` to `0.25.0`.
13-
1417
### Removed
1518

1619
- Support for Python <3.9.

bindings/ruby/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Bump MSRV to `1.71.1`.
8+
- Update `cssparser` to `0.35`.
9+
- Update `html5ever` to `0.31`.
10+
- Update `selectors` to `0.28`.
11+
512
### Performance
613

714
- Slightly improve performance of HTML serialization.
815
- Avoid creating unused caches.
916

10-
### Changed
11-
12-
- Bump MSRV to `1.71.1`.
13-
1417
### Removed
1518

1619
- Support for Ruby 2.7

0 commit comments

Comments
 (0)