Skip to content

Commit ec771bd

Browse files
committed
Update changelog
1 parent 055d021 commit ec771bd

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
@@ -12,6 +12,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
1212
2. Added the ability to specify a table alias on DELETE and UPDATE statements.
1313
This is especially useful when working with a sub-query with an exists or not exists condition.
1414
([#489](https://github.com/mybatis/mybatis-dynamic-sql/pull/489))
15+
3. Updated the Kotlin DSL to use Kotlin 1.7's new "definitely non-null" types where appropriate. This helps us to more
16+
accurately represent the nullable/non-nullable expectations for API method calls.
17+
([#496](https://github.com/mybatis/mybatis-dynamic-sql/pull/496))
1518

1619
## Release 1.4.0 - March 3, 2022
1720

0 commit comments

Comments
 (0)