Skip to content

Release v2.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 10:30

Changelog

  • Updated MonoMod to 21.11.11.1 (changelog)
  • Fixed leave, leave.s, endfinally and endfilter being duplicated when generated patched method code
    • This also fixes certain cases where inserting IL right after exception blocks caused the IL to be skipped over in generated patch
  • Added MethodType.Enumerator method type to make transpiling enumerators (e.g. Unity coroutines) easier (thanks, @ManlyMarco!)