Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v5 #52

Merged
merged 5 commits into from Aug 8, 2020
Merged

Bump to v5 #52

merged 5 commits into from Aug 8, 2020

Conversation

conradkleinespel
Copy link
Owner

@conradkleinespel conradkleinespel commented Jun 18, 2020

Release text

The signature of read_password_with_reader has changed from:

pub fn read_password_with_reader<T>(source: Option<T>) -> ::std::io::Result<String>
    where
        T: ::std::io::BufRead

to

pub fn read_password_with_reader<T>(source: Option<&mut T>) -> ::std::io::Result<String>
    where
        T: ::std::io::BufRead

This allows to call read_password_with_reader multiple times with the same reader. Thanks @dvermd for this contribution!

@conradkleinespel conradkleinespel merged commit c786de1 into master Aug 8, 2020
@conradkleinespel conradkleinespel deleted the conrad-v5 branch November 7, 2020 18:28
ValliereMagic pushed a commit to ValliereMagic/rpassword that referenced this pull request Jun 26, 2023
bumps to v5, updates contributor list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant