Changelog

This commit is contained in:
Chris Tsang 2022-12-02 14:46:03 +08:00
parent 387e8de102
commit 17375e1fe4

View File

@ -24,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### New Features
* Supports `bigdecimal::BigDecimal` https://github.com/SeaQL/sea-orm/pull/1258
* Add `QuerySelect::columns` method - select multiple columns https://github.com/SeaQL/sea-orm/pull/1264
* Transactions Isolation level and Access mode https://github.com/SeaQL/sea-orm/pull/1230