Add changelog for breaking change

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-03-08 18:21:01 +01:00
parent ad1a28ced2
commit 08a1018775
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 1 additions and 0 deletions

View File

@ -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