Skip to content

Commit

Permalink
Added version 3.1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed Nov 27, 2023
1 parent 8121a22 commit 8e6a58e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,19 @@ <h3>Downloads and change log</h3>

<a href="http://janino-compiler.github.io/janino/">Back to the JANINO home page</a>

<h4>Version 3.1.11 (only available as source code)</h4>
<h4>Version 3.1.12 (only available as source code)</h4>
<ul>
<li>...</li>
</ul>

<h4>Version 3.1.11 2023-11-27</h4>
<ul>
<li>Implemented the Java 15 feature "text blocks".</li>
<li>Fixed issue #209 "Use Java's ServiceLoader instead of org.codehaus.commons.compiler.properties".</li>
<li>Bug fixed: Unlabeled BREAK did break a labeled statement, which is wrong (it breaks the loop enclosing the labeled statement).</li>
<li>Fixed issue #208 "spark compilation failed with ArrayIndexOutOfBoundsException"</li>
</ul>

<h4>Version 3.1.10 2023-07-04</h4>
<ul>
<li>Fixed issue #205: Classpath: Class archive file naming: Removed the file name check for class file archives; previously: *.jar and *.zip</li>
Expand Down

0 comments on commit 8e6a58e

Please sign in to comment.