From 98193d3bbb3538eda457d0db4ccccbcc4b04ce3d Mon Sep 17 00:00:00 2001 From: Philip K Date: Sat, 28 Mar 2020 13:14:28 +0100 Subject: emacs: Drop dependency on f library The "f" library is a rather thin translation layer for already existing Emacs functions. Most functions directly map to an already existing function (eg. "f-no-ext" and "file-name-sans-extension"). For this reason, removing "f" comes at no cost while reducing the number of dependencies one has to count on and the user has to install. Co-authored-by: Tino Calancha --- contrib/emacs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/emacs/CHANGELOG.md') diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md index 98c82fe..7173f65 100644 --- a/contrib/emacs/CHANGELOG.md +++ b/contrib/emacs/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.1.4 + +* Drop dependency on f library. + # 2.1.3 * Update password-store-clear docstring; clarify that the -- cgit v1.2.3