Skip to content

Commit 406220c

Browse files
committed
Docs
1 parent a766306 commit 406220c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ worked to make these changes as minimal as possible.
1515
- If you have implemented any custom functions, you will likely need to make changes. The supplied base classes now
1616
hold an instance of `BasicColumn` rather than `BindableColumn`. This change was made to make the functions more
1717
useful in variety of circumstances. If you follow the patterns shown on the
18-
[Extending the Library](https://mybatis.org/mybatis-dynamic-sql/docs/extending.html) page, the change should be as
19-
minimal as changing the private constructor to accept `BasicColumn` rather than `BindableColumn`.
18+
[Extending the Library](https://mybatis.org/mybatis-dynamic-sql/docs/extending.html) page, the change should be
19+
limited to changing the private constructor to accept `BasicColumn` rather than `BindableColumn`.
2020

2121
Other important changes:
2222

2323
- The library now requires Java 17
2424
- Deprecated code from prior releases is removed
25-
- Allow CASE expressions in ORDER BY Clauses
25+
- We now allow CASE expressions in ORDER BY Clauses
2626

2727
## Release 1.5.2 - June 3, 2024
2828

0 commit comments

Comments
 (0)