commit 3d5200194d12a31ab48c48dc837db249d8bc2724
parent d1a1ef0fa2d708d71cdc01ab6d339b4930709ac5
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Mon, 5 Sep 2022 18:59:16 +0300
Add Rustlang edition change to CHANGELOG.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -2,6 +2,7 @@
* Deduplicate word printing code by using the trait `Word` and moving
that code into a a generic function which uses that trait.
+* Move to 2021 edition of Rustlang.
* Add a commented out wordlist command line option for a future
version.
* Remove some commented out code.