From 5b931a5f4c24acbcc0c59deb0fa6b4f1041010f3 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 24 Nov 2022 16:16:10 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20722f04..f19859b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213 -## 0.10.4 - Pending +## 0.10.4 - 2022-11-24 ### Bug Fixes * Fix DeriveActiveEnum expand enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1219 * [sea-orm-cli] Generate entity file for specified tables only https://github.com/SeaQL/sea-orm/pull/1245 +* Support appending `DbErr` to `MockDatabase` https://github.com/SeaQL/sea-orm/pull/1241 ### Enhancements