File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] .
5
5
6
- ## Unreleased
6
+ ## 2.0 (released 2020-07-18)
7
7
### Breaking changes
8
8
* The way to dynamically generate the candidate list has changed.
9
9
Instead of rebinding ` selectrum-preprocess-candidates-function ` and
@@ -167,6 +167,7 @@ The format is based on [Keep a Changelog].
167
167
[ #42 ] : https://github.com/raxod502/selectrum/issues/42
168
168
[ #44 ] : https://github.com/raxod502/selectrum/pull/44
169
169
[ #49 ] : https://github.com/raxod502/selectrum/issues/49
170
+ [ #50 ] : https://github.com/raxod502/selectrum/pull/50
170
171
[ #52 ] : https://github.com/raxod502/selectrum/issues/52
171
172
[ #53 ] : https://github.com/raxod502/selectrum/issues/53
172
173
[ #54 ] : https://github.com/raxod502/selectrum/pull/54
Original file line number Diff line number Diff line change 6
6
; ; Created: 15 Apr 2020
7
7
; ; Homepage: https://github.com/raxod502/selectrum
8
8
; ; Keywords: extensions
9
- ; ; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "1 .0"))
9
+ ; ; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "2 .0"))
10
10
; ; SPDX-License-Identifier: MIT
11
- ; ; Version: 1 .0
11
+ ; ; Version: 2 .0
12
12
13
13
; ;; Commentary:
14
14
Original file line number Diff line number Diff line change 8
8
; ; Keywords: extensions
9
9
; ; Package-Requires: ((emacs "25.1"))
10
10
; ; SPDX-License-Identifier: MIT
11
- ; ; Version: 1 .0
11
+ ; ; Version: 2 .0
12
12
13
13
; ;; Commentary:
14
14
You can’t perform that action at this time.
0 commit comments