Skip to content

Commit 850329e

Browse files
committed
Docs
1 parent 5aaed0d commit 850329e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

core/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,18 @@
2727
<h1>What's New in MyBatis Generator</h1>
2828
<h2>Version 1.4.3</h2>
2929
<p>
30-
This is a small maintenance release. See the GitHub page for milestone 1.4.3 for details other changes in this
31-
release:
30+
This is a relatively minor release.
31+
In this release we have updated the minimum Java version to 17.
32+
See the GitHub page for milestone 1.4.3 for details other changes in this release:
3233
<a target="_blank" href="https://github.com/mybatis/generator/issues?q=milestone%3A1.4.3">Milestone 1.4.3</a>.
3334
</p>
3435

35-
<h3>Enhancements</h3>
36+
<h3>Enhancements/Fixes</h3>
3637
<ul>
38+
<li>Java 17 is now the minimum supported Java version</li>
3739
<li>Added several missing modifiers to the Kotlin DSL</li>
40+
<li>Fixed a rendering bug when Java types have wildcard bounds</li>
41+
<li>Added a missing plugin method for the Dynamic SQL runtime</li>
3842
</ul>
3943

4044
<h2>Version 1.4.2</h2>

0 commit comments

Comments
 (0)