rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1249dcad71ad3c51d355e2db0425b454fd183f9a
parent 4070f7f53c15c1eb25eb0274ef0a292ae6821f4c
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Tue, 13 Sep 2022 20:37:51 +0300

Add (bad?) notes to CHANGELOG.

Diffstat:
MCHANGELOG.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.3.9 + +* Move some code from main function to its own function in `src/lib.rs`. +* Remove vestigial naming used when we were stupidly overusing the type system. +* Add test for the MiniLock wordlist. +* Move predefined wordlists to their own `diceware::wordlists` module. +* Add a note about the `--wordlist-file` commandline option. + ## v0.3.8 * Switch from a the old and very very weird Struct definition per wordlist to the braindead simple array of `&str`s.