janino-compiler / janino

Janino is a super-small, super-fast Java™ compiler.
http://janino-compiler.github.io/janino
Other
1.21k stars 205 forks source link

Where can I see release notes for this project? #213

Closed yeikel closed 5 months ago

yeikel commented 5 months ago

To help understand what changed between versions. ie : between the patch 3.1.11 and 3.1.12

I will look at the diff in the meantime : https://github.com/janino-compiler/janino/compare/v3.1.11...v3.1.12

aunkrig commented 5 months ago

The change log is at https://janino-compiler.github.io/janino/changelog.html, and it is up-to-date... If you don't see the 3.1.12 changes there, maybe your browser caches the document; Shift+F5 should help.

To be sure to be sure, here's the relevant snippet for the change log:

Version 3.1.12 2024-02-06

  • Fixed issue #212 "Assignment conversion not possible from type"
  • Fixed issue #209: Use Java's ServiceLoader instead of org.codehaus.commons.compiler.properties
  • Added test case for issue #169 "Problems with varargs and inheritance".
  • Fixed issue #210 "CompilerException with static inner classes".
yeikel commented 5 months ago

The change log is at https://janino-compiler.github.io/janino/changelog.html, and it is up-to-date... If you don't see the 3.1.12 changes there, maybe your browser caches the document; Shift+F5 should help.

To be sure to be sure, here's the relevant snippet for the change log:

Version 3.1.12 2024-02-06

Awesome, thank you. It seems that I did not look hard enough