non-breaking changes
- add `vanim`: A powerful module that helps to create complex animations. 72
- add `repeat_sleeping`: An efficient way to repeat sleeping. 2bb451e93a217ec146536dd9a8aa71b15fefa781 (part of 72)
- add `transform`: Helps to transform a widget on demand. 68
- add `watch_touch`: Handles touch events without using async generators, which is benefical if Kivy is running in asyncio/trio mode. 76
- Officially support Python 3.10
breaking changes
- `rest_of_touch_moves` now produces `None`. c831e21d718d404880f3fd7859a493878d33f074 (part of 76)