diff --git a/CHANGES.md b/CHANGES.md index 7632e789..4348897a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -356,11 +356,14 @@ - Added `filterOutWs` for workspace filtering. - * `XMonad.Prompt + * `XMonad.Prompt` - Accommodate completion of multiple words even when `alwaysHighlight` is enabled. + - Made the history respect words that were "completed" by `alwaysHighlight` + upon confirmation of the selection by the user. + ## 0.16 ### Breaking Changes