From 0c0083adfa38e50e358c44b460a3c9f5738fad13 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 21 Mar 2022 00:47:52 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1094c8..fc6589f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Codegen add serde derives to enums, if specified https://github.com/SeaQL/sea-orm/pull/463 * Codegen Unsigned Integer - 2 https://github.com/SeaQL/sea-orm/pull/397 +* Supports `time` crate https://github.com/SeaQL/sea-orm/pull/602 ### Breaking changes