Update changelog for upcoming 0.2

This commit is contained in:
Victor Berger 2018-12-28 17:30:11 +01:00 committed by Victor Berger
parent 039c86d99e
commit d65506f1ee
1 changed files with 6 additions and 0 deletions

View File

@ -5,14 +5,20 @@
### General ### General
- **[Breaking]** Upgrade to wayland-rs 0.21 - **[Breaking]** Upgrade to wayland-rs 0.21
- **[Breaking]** Moving the public dependencies to a `reexports` module
- Migrate the codebase to Rust 2018
### Backends ### Backends
- **[Breaking]** WinitBackend: Upgrade to winit 0.18 - **[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 ### Clients & Protocol
- Basic XWayland support - Basic XWayland support
- Data device & Drag'n'Drop support
- Custom client pointers support
## version 0.1.0 (2017-10-01) ## version 0.1.0 (2017-10-01)