Skip to content

8.1.2

Compare
Choose a tag to compare
@picandocodigo picandocodigo released this 04 Apr 08:10
· 807 commits to main since this release

API

  • Fixes an issue with the generated API code. When updating the code generator for 8.x, the order of arguments.clone in the generated code was changed. This would make it so that we would modify the parameters passed in before cloning them, which is undesired. Issue: #1727.