Skip to content

Commit 9fda0e4

Browse files
committed
Add PR link to CHANGELOG.md
1 parent 3dc5166 commit 9fda0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
1010
possible to write a where clause like this: `where (a < 5 and B = 3) and ((C = 4 or D = 5) and E = 6)`. Previously
1111
we did not support the grouping of criteria at the beginning of a where clause or the beginning of an and/or
1212
condition. Adding this support required significant refactoring, but that should be transparent to most users.
13-
13+
([#434](https://github.com/mybatis/mybatis-dynamic-sql/pull/434))
1414

1515
## Release 1.3.1 - December 18, 2021
1616

0 commit comments

Comments
 (0)