aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/emacs/CHANGELOG.md
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2022-09-06 20:50:35 +0200
committerTino Calancha <tino.calancha@gmail.com>2022-09-06 20:55:16 +0200
commit47f8d950c58949733862813f29856480a9e232c7 (patch)
tree8d213157956b22a5acb7a2b984250c4d6d1eba14 /contrib/emacs/CHANGELOG.md
parentemacs: Fix an infloop on Windows enviroments (diff)
downloadpassword-store-47f8d950c58949733862813f29856480a9e232c7.tar.xz
password-store-47f8d950c58949733862813f29856480a9e232c7.zip
emacs: Add command password-store-generate-no-symbols
This command generates a new password not including symbols. Suggested by Aner Zakobar <aner@zakobar.com>: https://lists.zx2c4.com/pipermail/password-store/2022-August/004638.html
Diffstat (limited to '')
-rw-r--r--contrib/emacs/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index ed85577..0fa7cc4 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.2.0
+
+* (feature) Add command password-store-generate-no-symbols
+
# 2.1.5
* (bugfix) Fix an infloop on Windows enviroments.