Skip to content

Commit

Permalink
Add PR link to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Jan 12, 2022
1 parent 3dc5166 commit 9fda0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,7 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
possible to write a where clause like this: `where (a < 5 and B = 3) and ((C = 4 or D = 5) and E = 6)`. Previously
we did not support the grouping of criteria at the beginning of a where clause or the beginning of an and/or
condition. Adding this support required significant refactoring, but that should be transparent to most users.

([#434](https://github.com/mybatis/mybatis-dynamic-sql/pull/434))

## Release 1.3.1 - December 18, 2021

Expand Down

0 comments on commit 9fda0e4

Please sign in to comment.