Skip to content

Commit

Permalink
Fix changelog before release
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jun 21, 2024
1 parent f888743 commit 61c9f73
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

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

### Changed

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

### Fixed
- Add back the `--runinstalled` flag for test execution to allow smooth testing on other build chains (#139)

- Add back the `--runinstalled` flag for test execution to allow smooth testing on other build chains #139

## [3.3.2] - 2024-03-25

Expand Down

0 comments on commit 61c9f73

Please sign in to comment.