docs: Update changelog

This commit is contained in:
Ed Page 2022-09-01 20:22:33 -05:00
parent 39aba08f88
commit 9d35abc22b

View file

@ -30,6 +30,11 @@ _gated behind `unstable-v4`_
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Features
- `ArgMatches::get_count` help for `ArgAction::Count`
- `ArgMatches::get_flag` help for `ArgAction::SetTrue` / `ArgAction::SetFalse`
## [3.2.19] - 2022-08-30
### Fixes