From d65506f1eec102ee730081838f4fb386956b077c Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 28 Dec 2018 17:30:11 +0100 Subject: [PATCH] Update changelog for upcoming 0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5ef95..606d4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,20 @@ ### General - **[Breaking]** Upgrade to wayland-rs 0.21 +- **[Breaking]** Moving the public dependencies to a `reexports` module +- Migrate the codebase to Rust 2018 ### Backends - **[Breaking]** WinitBackend: Upgrade to winit 0.18 +- **[Breaking]** Global refactor of the DRM & Session backends +- **[Breaking]** Restructuration of the backends around the `calloop` event-loop ### Clients & Protocol - Basic XWayland support +- Data device & Drag'n'Drop support +- Custom client pointers support ## version 0.1.0 (2017-10-01)