From 17375e1fe4aaf1dfcc7da0151b4ded851e80b803 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 2 Dec 2022 14:46:03 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef23b9d..142bfdb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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