From 6c9527ae08e32c55490ae510be41f646e030c2a2 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 28 May 2022 16:58:57 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5983b99bf..2b2095580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,8 @@ assert_eq!( * In #314, `ColumnType`'s `Binary(Option)` changed to `Binary(BlobSize)`, so if you used `Binary(None)` before, you should change to `Binary(BlobSize::Blob(None))` +**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.24.0...0.25.0 + ## 0.24.6 - 2022-05-12 * Make `sea-query-driver` an optional dependency https://github.com/SeaQL/sea-query/pull/324 @@ -146,6 +148,8 @@ Notes: 0.24.0 & 0.24.1 were yanked 6. Remove methods `Value::is_uuid` and `Value::as_ref_uuid` when feature: **with-uuid** is disabled 7. Remove methods `Value::is_array` and `Value::as_ref_array` when feature: **postgres-array** is disabled +**Full Changelog**: https://github.com/SeaQL/sea-query/compare/0.23.0...0.24.0 + ## 0.23.0 - 2022-03-15 ### New Features