From 10a215d28e746b0fb8cdd82e9d146e6e8a82201a Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 14 Aug 2022 01:01:12 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a276c468b..8ab13f6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### House keeping * Set minimal rustc version to `1.60` https://github.com/SeaQL/sea-orm/pull/938 +* Exclude `chrono` default features https://github.com/SeaQL/sea-orm/pull/950 ## 0.9.2 - Pending