<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
New features 🗹
* Long awaited `Scrollable` and `ScrollBar` made by rndusr with fixes from markqvist was added to the urwid.
* Add support `ScrollBar` to the `ListBox` widget.
While scrolling is done by the `ListBox` itself (as before), the `ScrollBar` can display progress.
* Added common decoration symbols to the widget constants (`BOX_SYMBOLS`, `BAR_SYMBOLS`, `SHADE_SYMBOLS`)
and exposed in several widgets via `Symbols` enum on the class level: `Divider`, `LineBox` and `ScrollBar`.
Documentation 🕮
* Update examples: reduce amount of deprecated parameters by penguinolog in https://github.com/urwid/urwid/pull/769
**Full Changelog**: https://github.com/urwid/urwid/compare/2.4.6...2.5.0