CHANGELOG

This commit is contained in:
Billy Chan 2023-04-24 21:15:17 +08:00
parent 2bb1ddc9b2
commit e9104bc9c3
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -274,7 +274,7 @@ CREATE TABLE users_saved_bills
* Changed the parameter of method `ColumnTrait::like()`, `ColumnTrait::not_like()`, `ColumnTrait::starts_with()`, `ColumnTrait::ends_with()` and `ColumnTrait::contains()` to takes any string https://github.com/SeaQL/sea-orm/pull/1439
* Added `Identity::Many` https://github.com/SeaQL/sea-orm/pull/1508
## 0.11.3 - Pending
## 0.11.3 - 2023-04-24
### Enhancements