Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [4.5.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.1) - 2026-01-27


### Changed

- Replace the `phx-class-registry` dependency with a simple in-house implementation. ([#1081](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1081))

### Fixed

- Avoid eager calculation of command help during parser construction.

### Infrastructure

- Fix flaky autocomplete integration test.


## [4.5.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.0) - 2026-01-08


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+arg_parse_help_eager.fixed.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1081.changed.md

This file was deleted.

Loading