[doc] Extend module migration documentation
This commit is contained in:
parent
0a0e39b516
commit
28b891ef37
1 changed files with 4 additions and 0 deletions
|
@ -2,4 +2,8 @@
|
||||||
|
|
||||||
- bumblebee.util.which has been replaced with shutil.which
|
- bumblebee.util.which has been replaced with shutil.which
|
||||||
- bumblebee.engine.Module has been replaced with core.module.Module
|
- bumblebee.engine.Module has been replaced with core.module.Module
|
||||||
|
- module __init__ has less parameters
|
||||||
|
- super() works differently
|
||||||
|
- register_callback is now core.input.register
|
||||||
|
- update() doesn't have a list of widgets anymore
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue