From 288e4df49bbbaa392cc5ba6e5f83df4e3c276c32 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Thu, 5 Dec 2019 23:08:48 -0500 Subject: [PATCH] doc: Add a behavior change notification in the NEWS --- docs/89-NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/89-NEWS.md b/docs/89-NEWS.md index 92072519..73595bf7 100644 --- a/docs/89-NEWS.md +++ b/docs/89-NEWS.md @@ -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. # Awesome window manager framework version 4.3 changes