mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* fix: prevent endless loop with buttons * test: added test for add w/o max width * docs: added changelog record * chore: explicit set max_width 0
1 line
72 B
ReStructuredText
1 line
72 B
ReStructuredText
Fixed endless loop while adding buttons to the :code:`KeyboardBuilder`.
|