Skip to content

Harmony 2.3.6

Latest
Compare
Choose a tag to compare
@pardeike pardeike released this 16 Apr 14:43
· 66 commits to master since this release

Oops in v2.3.5

  • #633 fixes a binary compatibility issue present in 2.3.5 so if you have problems with 2.3.5 this release will fix them. Sorry for the inconvenience!

What's Changed

  • MethodDelegate now allows for swapping value type with object, and allow ref for arg 0 on value type #633
  • Add CodeMatcher.InsertAfter and improve exception handling 919f138
  • Use the proper instruction for TypeCode.DateTime and TypeCode.Decimal 7e18ac1
  • Remove leftover debugger log #653
  • Allow OpCodes.Ldstr in LoadsConstant #656
  • Fix bug in handling __args argument with out bool parameters #657 #659 #660
  • Add Test Case for #657 #658
  • Improve performance of AccessTools.TypeByName() a390e14
  • Add AccessTools.TypeSearch() a390e14

New Contributors