From aa5f2c6efce62092552c0347d02e88a61d6622e1 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Sat, 1 Aug 2015 03:10:25 +0200
Subject: [PATCH] Update history.

---
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index f2122bc..f75ef61 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,10 @@ Changes
   to define alternative sources of randomness. Currently supported
   sources: ``"system"`` (to retrieve randomness from standard library,
   default) and ``realdice``, which allows use of real dice.
+- New option ``-w``, ``--wordlist``. We now provide several wordlists
+  for users to choose from. Own wordlists could already be fed to
+  `diceware` before. By default we still use the 8192 words list from
+  http://diceware.com.
 - Rename `SRC_DIR` to `WORDLISTS_DIR` (reflecting what it stands for).
 - Use also flake8 with tox.
 - Pass `options` to `get_passphrase()` instead of a bunch of single args.
-- 
GitLab