Skip to content

Commit

Permalink
Relocate change in CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
LSLeary committed Oct 17, 2018
1 parent 2045243 commit dda242a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## unknown

### Breaking Changes

### New Modules

### Bug Fixes and Minor Changes

* `XMonad.Prompt`

Added `sorter` to `XPConfig` used to sort the possible completions by how
well they match the search string (example: `XMonad.Prompt.FuzzyMatch`).

## 0.15

### Breaking Changes
Expand Down Expand Up @@ -38,12 +49,6 @@
* `XMonad.Actions.MessageHandling`
Refresh-performing functions updated to better reflect the new `sendMessage`.

* `XMonad.Prompt`

Added `sorter` to `XPConfig` used to sort the possible completions by how
well they match the search string (example: `XMonad.Prompt.FuzzyMatch`).


## 0.14

### Breaking Changes
Expand Down

0 comments on commit dda242a

Please sign in to comment.