Skip to content

Commit f23e7f1

Browse files
committed
Update CHANGELOG.md
1 parent 41b81c4 commit f23e7f1

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
@@ -11,6 +11,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
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.
1313
([#434](https://github.com/mybatis/mybatis-dynamic-sql/pull/434))
14+
2. Remove deprecated "when" and "then" methods on all conditions. The methods have been replaced by more appropriately
15+
named "filter" and "map" methods that function as expected for method chaining.
16+
([#435](https://github.com/mybatis/mybatis-dynamic-sql/pull/435))
1417

1518
## Release 1.3.1 - December 18, 2021
1619

0 commit comments

Comments
 (0)