From 5bf4b270541cdd728c266f75413e1f4a8e1a4d62 Mon Sep 17 00:00:00 2001 From: sgf Date: Sun, 25 Dec 2016 14:59:30 +0300 Subject: [PATCH] Fix CHANGES.md after b9d8f6c . --- CHANGES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 259ae8e2..0fa52a3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,12 +42,6 @@ EWMH taskbars and pagers. Useful for `NamedScratchpad` windows, since you will usually be taken to the `NSP` workspace by them. - * `XMonad.Actions.Submap` - - Establish pointer grab to avoid freezing X, when button press occurs after - submap key press. And terminate submap at button press in the same way, - as we do for wrong key press. - ### Minor Changes * `XMonad.Layout.LayoutBuilder` @@ -71,6 +65,12 @@ - Fix bug when cursor gets stuck in one of the corners. + * `XMonad.Actions.Submap` + + Establish pointer grab to avoid freezing X, when button press occurs after + submap key press. And terminate submap at button press in the same way, + as we do for wrong key press. + ## 0.12 (December 14, 2015)