From 08a1018775c48528bc95d37f2edc8c716207d28c Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 8 Mar 2021 18:21:01 +0100 Subject: [PATCH] Add changelog for breaking change Signed-off-by: Lucas Schwiderski --- docs/89-NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/89-NEWS.md b/docs/89-NEWS.md index 1b5b93d90..2e027f36f 100644 --- a/docs/89-NEWS.md +++ b/docs/89-NEWS.md @@ -45,6 +45,7 @@ This document was last updated at commit v4.3-197-g9085ed631. Lua code using `io.popen`. Usage of `io.popen` is still strongly discouraged. * `wibox{ input_passthrough = true }` now works correctly. Previously, the property could only be set on already-constructed wiboxes. +* Remove unused first parameter from multiple widget constructors: `wibox.container.place`, `wibox.container.radialprogressbar`, `wibox.layout.stack`, `wibox.widget.slider`. ## Behavior changes