Update CHANGES.md

This commit is contained in:
slotThe
2020-11-16 10:11:26 +01:00
parent 5140f5b5d0
commit 683344ed25

View File

@@ -39,6 +39,11 @@
The `Dir` constructor now takes an additional `ComplCaseSensitivity`
argument to indicate whether directory completion is case sensitive.
* All modules still exporting a `defaultFoo` constructor
All of these were now removed. You can use the re-exported `def` from
`Data.Default` instead.
### New Modules
* `XMonad.Actions.RotateSome`