From 2e96a0c37b749cfa7e6e31d9c0502c6dd6359b20 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 5 Oct 2024 01:09:23 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81485ca..06ec053b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,14 +44,17 @@ assert_eq!( ## 0.31.1 - Pending -### Enhancements +### New Features -* Added Md5 function https://github.com/SeaQL/sea-query/pull/786 -* Added Postgres Json functions: `JSON_BUILD_OBJECT` and `JSON_AGG` https://github.com/SeaQL/sea-query/pull/787 * `#[enum_def]` now impl additional `IdenStatic` and `AsRef` https://github.com/SeaQL/sea-query/pull/769 * Derive `Eq`, `Ord`, `Hash` for `Alias` https://github.com/SeaQL/sea-query/pull/818 -* Replace `Educe` with manual implementations https://github.com/SeaQL/sea-query/pull/817 + +### Enhancements + +* Added `Func::md5` function https://github.com/SeaQL/sea-query/pull/786 +* Added Postgres Json functions: `JSON_BUILD_OBJECT` and `JSON_AGG` https://github.com/SeaQL/sea-query/pull/787 * Added `cast_as_quoted` https://github.com/SeaQL/sea-query/pull/789 +* Replace `Educe` with manual implementations https://github.com/SeaQL/sea-query/pull/817 ### `sea-query-attr`