update README with recent changelog
authorSteven Tobin <steventtobin (at) gmail.com>
Sun, 6 Mar 2016 15:31:25 +0000 (15:31 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Sun, 6 Mar 2016 15:31:25 +0000 (15:31 +0000)
README.rst

index de74594a86ea0c521578b360114584394eeec7c7..6f4c239dc7f529fb8f6de96e301f97e1867d62df 100644 (file)
@@ -149,6 +149,14 @@ While we recommend the standard word list for most purposes, we note that this l
 An important caveat: due to the significant reduction in the size of the filtered word list when compared to the default, the strength of the corresponding passwords is also reduced. Users should expect approximately an *order of magnitude* reduction in the strength of a five word passphrase. This can be mitigated by increasing the length of generated passphrases.
 
 
+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)
+- **1.4.0** allow duplicate words in passphrase
+
 License
 =======
 This is free software: you may copy, modify, and/or distribute this work under the terms of the BSD 3-Clause license.
git clone https://git.99rst.org/PROJECT