CHANGELOG

This commit is contained in:
Billy Chan 2022-12-01 14:02:51 +08:00
parent ccb8818365
commit 95157e6e6b
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -21,6 +21,7 @@ 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
### Bug Fixes