diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-14 21:16:25 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-14 21:25:37 -0600 |
commit | 0060e1922d600f7f2378b82477ec053654560267 (patch) | |
tree | 4fe08e8b369ee4ba800d6155b59e55e323911521 | |
parent | c709b09e10ad6b4ccb63e7f75b17f0fdd488d4da (diff) |
prepare CHANGELOG.md for 0.7
-rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cccc6..c8e7a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,22 @@ ## Unreleased + +This version is just 0.6 with wlroots 0.18 compatibility. + ### Added -### Changed -### Deprecated -### Removed -### Fixed -### Security + +* Add support for the alpha-modifier-v1 protocol ([wlroots!4616][wlroots!4616]). +* dwl now will survive GPU resets ([#601][601]). + +[wlroots!4616]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4616 +[601]: https://codeberg.org/dwl/dwl/issues/601 + + ### Contributors +Guido Cella + ## 0.6 |