Skip to content

Commit 8e84c3e

Browse files
committed
Update CHANGELOG
1 parent 6ebf7cf commit 8e84c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
99
1. Added support for criteria groups without an initial criteria. This makes it possible to create an independent list
1010
of pre-created criteria and then add the list to a where clause. See the tests in the related pull request for
1111
usage examples. ([#462](https://github.com/mybatis/mybatis-dynamic-sql/pull/462))
12+
2. Added the ability to specify a table alias on DELETE and UPDATE statements.
13+
This is especially useful when working with a sub-query with an exists or not exists condition.
14+
([#489](https://github.com/mybatis/mybatis-dynamic-sql/pull/489))
1215

1316
## Release 1.4.0 - March 3, 2022
1417

0 commit comments

Comments
 (0)