Not really a bug, but I wanted to point out a missing entry in the Migrating.md file in the docs:
The academy functions "EnableAutomaticStepping()/DisableAutomaticStepping()" were made private and instead one must use "AutomaticSteppingEnabled = true/false".
I found the entry by skimming through the academy code relatively easily, but this should still be added to the docs to make migrating easier.
Thanks for the Help.