From: Steven Tobin Date: Wed, 20 Jul 2016 12:02:12 +0000 (+0100) Subject: Update README with corrected wordfile argument X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=22dde86ece0e7d2030852a0f92af34e5de4d730a;p=redacted-XKCD-password-generator.git Update README with corrected wordfile argument --- diff --git a/README.rst b/README.rst index 20a5cbb..f992423 100644 --- a/README.rst +++ b/README.rst @@ -162,6 +162,7 @@ An important caveat: due to the significant reduction in the size of the filtere Changelog ========= +- **1.8.0** Fix error in wordfile argument handling - **1.7.0** require explicit permission to fall back to insecure PRNG - **1.6.4** fix broken link in README - **1.6.3** ensure deduplication of wordlist @@ -170,7 +171,6 @@ Changelog - **1.5.0** migrate from deprecated `optparse` to `argparse`. Users on older python versions (below 2.7 or 3.2) will need to manually install `argparse`. - **1.4.4** move example code out of package - **1.4.3** add tests to package -- **1.4.2** add filtered wordlist (reducing potential NSFW passphrases) License =======