From dda242a4597c1ed0fa895a10b9296dcc709f4937 Mon Sep 17 00:00:00 2001 From: "L. S. Leary" Date: Thu, 18 Oct 2018 05:41:16 +1300 Subject: [PATCH] Relocate change in CHANGES.md. --- CHANGES.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d698555f57..da4751b7ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 @@ -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