Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clemera committed Dec 21, 2020
1 parent 9b2ba2a commit d743545
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ The format is based on [Keep a Changelog].
default is t) ([#261]).

### Enhancements
* Candidates of `completing-read-multiple` which are submitted by
`selectrum-select-current-candidate` are now passed to
`selectrum-candidate-selected-hook` one by one in the order they
were added. Before the whole multi candidate string was treated as
the submitted candidate ([#296]).
* File completions are faster because recomputation only happens on
directory change now. Before, the candidates where recomputed on
each input change which could slow down file completions
Expand Down Expand Up @@ -54,6 +59,12 @@ The format is based on [Keep a Changelog].
they contain ([#266]).

### Bugs fixed
* `selectrum-insert-current-candidate` would duplicate the prompt for
`completing-read-multiple` when the prompt was selected, which has
been fixed. The behavior is now like in `completing-read` ([#296]).
* `selectrum-select-current-candidate` did not work correctly for
`completing-read-multiple` when the prompt was submitted, which has
been fixed ([#285], [#296]).
* Passing a symbol or a list of symbols to `completing-read` as
default value DEF would trigger an error, which has been fixed.
Selectrum now behaves like `completind-read-default` and returns the
Expand Down Expand Up @@ -111,12 +122,14 @@ The format is based on [Keep a Changelog].
[#271]: https://github.com/raxod502/selectrum/pull/271
[#276]: https://github.com/raxod502/selectrum/issues/276
[#277]: https://github.com/raxod502/selectrum/pull/277
[#285]: https://github.com/raxod502/selectrum/issues/285
[#286]: https://github.com/raxod502/selectrum/issues/286
[#288]: https://github.com/raxod502/selectrum/pull/288
[#289]: https://github.com/raxod502/selectrum/pull/289
[#293]: https://github.com/raxod502/selectrum/pull/293
[#291]: https://github.com/raxod502/selectrum/issues/291
[#295]: https://github.com/raxod502/selectrum/pull/295
[#296]: https://github.com/raxod502/selectrum/pull/296

## 3.0 (released 2020-10-20)
### Breaking changes
Expand Down

0 comments on commit d743545

Please sign in to comment.