diff --git a/README.markdown b/README.markdown index 10ee16b..edb3ba1 100644 --- a/README.markdown +++ b/README.markdown @@ -86,6 +86,14 @@ Enable `smex-key-advice-ignore-menu-bar` to ignore clues to menu bar bindings. ## Changelog +### 2.0 + * Remove `smex-detect-legacy-save-file`. + Only relevant (but a breaking change) when you rely on a long deprecated default + value of smex-save-file. + * Ignore smex-save-file when it's empty instead of raising an error. + Warn on invalid data in smex-save-file. Fixes [issue #23] + (https://github.com/nonsequitur/smex/issues/23/). + ### 1.1.4 * Allow running `where-is` on the selected command. * Fix compatibility with ido-ubiquitous. diff --git a/smex.el b/smex.el index 2a863dd..47b6447 100644 --- a/smex.el +++ b/smex.el @@ -4,7 +4,7 @@ ;; ;; Author: Cornelius Mika ;; URL: http://github.com/nonsequitur/smex/ -;; Version: 1.1.4 +;; Version: 2.0 ;; Keywords: convenience, usability ;; This file is not part of GNU Emacs.