Skip to content

Commit 61c9f73

Browse files
committed
Fix changelog before release
1 parent f888743 commit 61c9f73

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- `zim.creator.Creator._log_metadata()` to log (DEBUG) all metadata set on `_metadata` (prior to start())
12+
- `zim.creator.Creator._log_metadata()` to log (DEBUG) all metadata set on `_metadata` (prior to start()) #155
13+
- New utility function to confirm ZIM can be created at given location / name #163
1314

1415
### Changed
1516

1617
- Migrate the **VideoWebmLow** and **VideoWebmHigh** presets to VP9 for smaller file size #79
1718
- New preset versions are v3 and v2 respectively
18-
- Simplify type annotations by replacing Union and Optional with pipe character ("|") for improved readability and clarity
19-
- Calling `Creator._log_metadata()` on `Creator.start()` if running in DEBUG
19+
- Simplify type annotations by replacing Union and Optional with pipe character ("|") for improved readability and clarity #150
20+
- Calling `Creator._log_metadata()` on `Creator.start()` if running in DEBUG #155
2021

2122
### Fixed
22-
- Add back the `--runinstalled` flag for test execution to allow smooth testing on other build chains (#139)
23+
24+
- Add back the `--runinstalled` flag for test execution to allow smooth testing on other build chains #139
2325

2426
## [3.3.2] - 2024-03-25
2527

0 commit comments

Comments
 (0)