diff --git a/CHANGES.md b/CHANGES.md index b23153e4..ca9b6279 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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`