We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a959711 commit 523c749Copy full SHA for 523c749
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
4
5
+## Release 2.0.0 - Unreleased
6
+
7
+The library now requires Java 17.
8
9
## Release 1.5.2 - June 3, 2024
10
11
This is a small maintenance release with the following changes:
README.md
@@ -80,4 +80,4 @@ The library test cases provide several complete examples of using the library in
80
81
## Requirements
82
83
-The library has no dependencies. Java 8 or higher is required.
+The library has no dependencies. Version 2.x requires Java 17. Version 1.8 requires Java 8.
0 commit comments