Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsequitur committed Sep 15, 2012
1 parent 99f3979 commit 14ddd74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -86,6 +86,14 @@ Enable `smex-key-advice-ignore-menu-bar` to ignore clues to menu bar bindings.


## Changelog ## 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 ### 1.1.4
* Allow running `where-is` on the selected command. * Allow running `where-is` on the selected command.
* Fix compatibility with ido-ubiquitous. * Fix compatibility with ido-ubiquitous.
Expand Down
2 changes: 1 addition & 1 deletion smex.el
Expand Up @@ -4,7 +4,7 @@
;; ;;
;; Author: Cornelius Mika <cornelius.mika@gmail.com> ;; Author: Cornelius Mika <cornelius.mika@gmail.com>
;; URL: http://github.com/nonsequitur/smex/ ;; URL: http://github.com/nonsequitur/smex/
;; Version: 1.1.4 ;; Version: 2.0
;; Keywords: convenience, usability ;; Keywords: convenience, usability


;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit 14ddd74

Please sign in to comment.