diff --git a/CHANGELOG.md b/CHANGELOG.md index fe007fb7..20722f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Support Vector of enum for Postgres https://github.com/SeaQL/sea-orm/pull/1210 * Added `DatabaseConnection::close` https://github.com/SeaQL/sea-orm/pull/1236 +* Support appending `DbErr` to `MockDatabase` https://github.com/SeaQL/sea-orm/pull/1241 ### House Keeping