[doc] minor restructuring

This commit is contained in:
tobi-wan-kenobi 2020-05-03 16:47:53 +02:00
parent 3c2ed218cf
commit e612ec11ac
5 changed files with 0 additions and 10 deletions

View file

@ -1,10 +0,0 @@
# Migration of modules
- bumblebee.util.which has been replaced with shutil.which
- bumblebee.engine.Module has been replaced with core.module.Module
- module __init__ has less parameters
- super() works differently
- engine.input.register_callback is now core.input.register
- update() only has a single parameter (self) (no widgets anymore)
- bumblebee.util.format stuff moved into util.format (byte, aslist, asbool, etc.)
- util.format.duration -> shorten -> compact, suffix -> unit