From 95157e6e6b842ab3a8e064c4446a48ffbc1d0312 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 1 Dec 2022 14:02:51 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bf42cf..4f2ae404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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