PatchBot will keep your Discord channel up-to-date on the latest LTS Unity patch notes. Premium servers can subscribe to updates for other main versions such as 2022, 2021.3 LTS, etc.
2D: Fixed light blending issues with shadows. (UUM-82787)
Documentation: Improved EventInterestAttribute documentation by specifying what happens with event types that are not part of an EventInterestAttribute argument. (UUM-79521)
-...
Android: Editor.log will contain now entry on how the app is launched, for ex., adb.exe -s "FA7A31A08307" shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -S -n "com.DefaultCompany.GameActivity/com.unity3d.player.UnityPlayerActivity". (UUM-84923)
...
Scripting: Now Logs an error message and exit the Editor instead of crashing if SynchronizationContext is set to anything other than UnitySynchronizationContext.
Fixes
Audio: Fixed error in in editor window for the AudioRandomContainer asset when undoing removal of an list element that was done in play mode after going back to edit mode. (UUM-55847)
-...