Skip to content

Commit e455ce0

Browse files
committed
Update README.md
1 parent c78aa03 commit e455ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1313

1414
## News
1515

16+
* Please test the actual **0.9.5-SNAPSHOT**. It includes some grammar refactorings which eventually results in parse tree changes.
1617
* Version **0.9.4** released.
1718
* Please test the actual SNAPSHOT, if there are problems using the extended identifier token.
1819
* Version **0.9.3** released.
@@ -38,6 +39,7 @@ Also I would like to know about needed examples or documentation stuff.
3839

3940
## Extensions in the latest SNAPSHOT version 0.9.5
4041

42+
* improved parenthesis parsing performance within expressions (#215)
4143
* support for **ALTER TABLE mytable ADD CONSTRAING name PRIMARY KEY (col)**
4244
* support for **INSERT LOW_PRIORITY INTO**
4345
* support for **ORDER BY** and **LIMIT** in **UPDATE** and **DELETE** statements

0 commit comments

Comments
 (0)