doc: Add a behavior change notification in the NEWS

This commit is contained in:
Emmanuel Lepage Vallee 2019-12-05 23:08:48 -05:00
parent 38b5527825
commit 288e4df49b
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ This document was last updated at commit v4.3-197-g9085ed631.
* `naughty.dbus` now uses Gio for talking to DBus. This is a first step in the
deprecation of Awesome's own DBus bindings and could lead to behaviour changes
on DBus.
* The client `keys` and `buttons` property now return `awful.key`
and `awful.buttons` objects rather than the lower level `key` and `button`
objects. If you used these low level APIs to add keys and buttons dynamically,
please migrate your code to the corresponding `:append_` and `:remove_`
client methods.
<a name="v43"></a>
# Awesome window manager framework version 4.3 changes