Skip to content

Commit f28b625

Browse files
authored
Update README.md
1 parent 34014c2 commit f28b625

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Please provide feedback on:
2323
* Is there any need for a Java 7 JSqlParser build, or can we move on to at least Java 8? (https://github.com/JSQLParser/JSqlParser/issues/814)
2424

2525
## News
26+
* JSqlParser uses now Java 8 at the minimum
2627
* Released version **2.1** of JSqlParser
2728
* Released version **2.0** of JSqlParser
2829
* breaking **API** change: to support chained functions attribute type was changed to **Expression**
@@ -62,6 +63,9 @@ Also I would like to know about needed examples or documentation stuff.
6263

6364
## Extensions in the latest SNAPSHOT version 2.2
6465

66+
* switched to minimum JDK 8
67+
* avoid buffer copy of input data if a normal String input is used
68+
* allow **limit** and **offset** as keywords in specific places
6569
* DIV operator
6670
* improved performance for SQLCondition production
6771
* support for full text search (MATCH..AGAINST)

0 commit comments

Comments
 (0)