Revert "CHANGES: Add missing entry for #350"

This reverts commit c537a0658a3b9ec25cb1ce108d3cdd3dce27f111.

A discussion of why, as well as a new way forward, in being discussed in

    https://github.com/xmonad/xmonad/issues/395

However, since we would like to release a new minor version soon-ish,
it's better to revert this for now.

Fixes: e5a258f19c0a ("Revert "Merge pull request #350 from Thiago4532/opaque-window-border"")
This commit is contained in:
Tomas Janousek 2022-06-19 16:54:29 +01:00
parent e5a258f19c
commit 29475fa7f8

View File

@ -6,11 +6,6 @@
* Added custom cursor shapes for resizing and moving windows.
### Bug Fixes
* Fixed border color of windows with alpha channel. Now all windows have the
same opaque border color.
## 0.17.0 (October 27, 2021)
### Enhancements