From 7b005f69b428d8a9a678e41909f8396164adad94 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Mar 2022 23:02:22 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdb3bd6..ef5ef548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ 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 +### Breaking changes + +* Exclude `mock` from default features https://github.com/SeaQL/sea-orm/pull/562 + ## 0.6.0 - 2022-02-07 ### New Features