diff --git a/CHANGELOG.md b/CHANGELOG.md index d06e0793..f1fc5ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.10.5 - Pending +### New Features + +* Supports `bigdecimal::BigDecimal` https://github.com/SeaQL/sea-orm/pull/1258 + ### Bug Fixes -* `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option` as nullable column +* `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option` as nullable column https://github.com/SeaQL/sea-orm/pull/1257 ## 0.10.4 - 2022-11-24