m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/CHANGELOG.md
diff options
context:
space:
mode:
authorSergey Trofimov <sarg@sarg.org.ru>2019-09-16 22:27:49 +0200
committerTino Calancha <tino.calancha@gmail.com>2019-09-16 22:27:49 +0200
commite74a1c738f7cda65c7a308e30e8d122f853d6f70 (patch)
tree497b795a250981756a3d71f9ae9dc004cffe0d1a /contrib/emacs/CHANGELOG.md
parentb87e91f984f45615b6459ff3829baa9130b8ef75 (diff)
emacs: Make parameter optional in password-store-clear
This change preserves backward compatibility with previous version of the function. Bump version to v2.1.2. * contrib/emacs/password-store.el (password-store-clear): Make argument FIELD optional. * contrib/emacs/CHANGELOG.md: Announce this change.
Diffstat (limited to 'contrib/emacs/CHANGELOG.md')
-rw-r--r--contrib/emacs/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index 1d475c8..3217015 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.1.2
+
+* Make argument optional in password-store-clear to preserve
+ backward compatibility.
+
# 2.1.1
* (bugfix) Check that auth-source-pass-filename is bound before use it.