Fix CHANGES.md after b9d8f6c .

This commit is contained in:
sgf
2016-12-25 14:59:30 +03:00
parent 8956684ff5
commit 5bf4b27054

View File

@@ -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)