Skip to content

Commit f69d6a1

Browse files
committed
Add PR to change log
1 parent 8a86603 commit f69d6a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ The pull request for this change is ([#550](https://github.com/mybatis/mybatis-d
5151
algorithm. Also deprecated the constructors on SqlTable that accept Suppliers for table name - this creates an
5252
effectively mutable object and goes against the principles of immutability that we strive for in the library.
5353
([#572](https://github.com/mybatis/mybatis-dynamic-sql/pull/572))
54-
5. Add `SqlBuilder.concat` and the equivalent in Kotlin. This is a concatenate function that works on more databases.
54+
5. Add `SqlBuilder.concat` and the equivalent in Kotlin. This is a concatenate function that works on more databases.
55+
([#573](https://github.com/mybatis/mybatis-dynamic-sql/pull/573))
5556

5657
## Release 1.4.1 - October 7, 2022
5758

0 commit comments

Comments
 (0)