Skip to content

Commit a1eee89

Browse files
committed
Update CHANGELOG.md
1 parent a074603 commit a1eee89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
2727
but is deprecated. It will be removed in version 1.5.0 of the library. Documentation for the new DSL is here:
2828
https://github.com/mybatis/mybatis-dynamic-sql/blob/master/src/site/markdown/docs/kotlinWhereClauses.md
2929
([#442](https://github.com/mybatis/mybatis-dynamic-sql/pull/442))
30+
5. General cleanup of the Kotlin DSL. The Kotlin DSL functions are now mostly Unit functions. This should have
31+
no impact on most users and is source code compatible with prior versions of the library when the library was used
32+
as described in the documentation. This change greatly simplifies the type hierarchy of the Kotlin builders.
33+
([#446](https://github.com/mybatis/mybatis-dynamic-sql/pull/446))
3034

3135
## Release 1.3.1 - December 18, 2021
3236

0 commit comments

Comments
 (0)