Skip to content

Release version 8.13.0 (#874)

Compare
Choose a tag to compare
@DanielKamkha DanielKamkha released this 27 Apr 07:49
· 580 commits to master since this release
3a27e4a

Implementation:

  • Added support for @Optimized attribute on type references of List<> type. This is an experimental feature.

Bug fixes:

  • Fixed compilation issues for all languages when a nested class/interface is declared in an outer class/interface
    and the outer type has an inheritance parent.