Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2024-05-10 23:26:04 +01:00 committed by GitHub
parent bc899132e2
commit 010433bf16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,11 @@ fn get_arity_of<E: EntityTrait>() -> usize {
```
* Associate `ActiveModel` to `EntityTrait` https://github.com/SeaQL/sea-orm/pull/2186
### Enhancements
* Added `ActiveValue::set_if_not_equals()` https://github.com/SeaQL/sea-orm/pull/2194
* Added `ActiveValue::try_as_ref()` https://github.com/SeaQL/sea-orm/pull/2197
## 1.0.0-rc.4 - 2024-05-13
### Enhancements