Skip to content

Commit

Permalink
Linked PR in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hick209 committed Mar 22, 2024
1 parent 41da8fa commit 55d31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Added `Context.registerClosable` and `Context.callOnClose` to allow you to register cleanup actions that will be called when the command exits. ([#395](https://github.com/ajalt/clikt/issues/395))

### Fixed
- Fixed `unrecognized modifier 'i'` that happened on tab-completion when using sub command aliases
- Fixed `unrecognized modifier 'i'` that happened on tab-completion when using sub command aliases ([#500](https://github.com/ajalt/clikt/pull/500))

## 4.2.2
### Changed
Expand Down

0 comments on commit 55d31ee

Please sign in to comment.