Skip to content

Commit 3dc5166

Browse files
committed
Changelog update
1 parent 49ad226 commit 3dc5166

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
44

5+
## Release 1.4.0 - Unreleased
6+
7+
GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.4.0+](https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.4.0+)
8+
9+
1. Added support for arbitrary placement of nested criteria. For example, it is now
10+
possible to write a where clause like this: `where (a < 5 and B = 3) and ((C = 4 or D = 5) and E = 6)`. Previously
11+
we did not support the grouping of criteria at the beginning of a where clause or the beginning of an and/or
12+
condition. Adding this support required significant refactoring, but that should be transparent to most users.
13+
14+
515
## Release 1.3.1 - December 18, 2021
616

717
This is a minor release with a few small enhancements. Most deprecated methods will be removed in the next release.

0 commit comments

Comments
 (0)