Skip to content

Commit

Permalink
Update changelog with latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello committed Nov 1, 2022
1 parent aca9bc0 commit 729cce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
<!-- next-header -->
## [Unreleased] - ReleaseDate

- Fixed typo in the default error message when a password confirmation does not match. Thanks to @woodruffw for the PR! [#79](https://github.com/mikaelmello/inquire/pull/79)

## [0.5.1] - 2022-10-31

- Removed use of `bool::then_some` feature to keep minimum supported Rust version on 1.56.0.
Expand All @@ -13,7 +15,7 @@

**`Password` prompts now enable a secondary confirmation prompt by default:**

- Added support for password confirmation, which can be oupted-out of by adding the `without_confirmation()` method into the `Password` builder chain.
- Added support for password confirmation, which can be oupted-out of by adding the `without_confirmation()` method into the `Password` builder chain. Thanks to @hampuslidin for the PR! [#73](https://github.com/mikaelmello/inquire/pull/73)

## [0.4.0] - 2022-09-27

Expand Down

0 comments on commit 729cce1

Please sign in to comment.