Skip to content

Commit 1467e1d

Browse files
committed
Changelog
1 parent 24405de commit 1467e1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Enhancements
1717

18-
* Move escape and unescape string to backend (#306)
18+
* Move `escape` and `unescape` string to backend (#306)
1919
* `LIKE ESCAPE` support (#352, #353)
2020
* `clear_order_by` for `OrderedStatement`
2121
* Add method to make a column nullable (#365)
@@ -46,6 +46,8 @@ let string: String = MysqlQueryBuilder.unescape_string(r#" \"abc\" "#);
4646

4747
* Remove some redundant feature flags `postgres-chrono`, `postgres-json`, `postgres-uuid`, `postgres-time`. Use the `with-*` equivalence
4848

49+
**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.25.0...0.26.0
50+
4951
## 0.25.2 - 2022-07-01
5052

5153
### New features

0 commit comments

Comments
 (0)