m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/CHANGELOG.md
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2019-08-26 07:42:32 +0200
committerTino Calancha <tino.calancha@gmail.com>2019-08-26 07:42:32 +0200
commit7c1b7e5fea36e656a95267fe3e256573504f3ada (patch)
tree336dfccc717890887d2cdc91a8b19c9c77786e08 /contrib/emacs/CHANGELOG.md
parentcd1c0754ae01b923be193b00a0318fffcc524947 (diff)
Re add password-store-timeout for backward compatibility
Some libraries rely on this function, e.g. password-store-otp library. * contrib/emacs/password-store.el (password-store-timeout): Re include this function; now it just returns password-store-time-before-clipboard-restore.
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 0be54ab..a22659c 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.0.4
+
+* Re add password-store-timeout function to preserve backward
+ compatibility with other libraries relying on it.
+
# 2.0.3
* (feature) Update password-store-password-length default value to 25