From 4905dc5fde00a319ca64e63bee43b0eba900c6ca Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 26 Jun 2023 20:30:30 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96467ca3..9dcba442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -577,6 +577,7 @@ impl ColumnTrait for Column { * Disabled default features and enabled only the needed ones https://github.com/SeaQL/sea-orm/pull/1300 * Cleanup panic and unwrap https://github.com/SeaQL/sea-orm/pull/1231 * Cleanup the use of `vec!` macro https://github.com/SeaQL/sea-orm/pull/1367 +* Upgrade `syn` to v2 https://github.com/SeaQL/sea-orm/pull/1713 ### Bug Fixes