From db1e345f7420aeb96ad0bd1de0558fda6020ad61 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Mar 2022 23:02:01 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5407faa..1fdb3bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 0.7.0 - not yet + +### Enhancements + +* Codegen add serde derives to enums, if specified https://github.com/SeaQL/sea-orm/pull/463 + ## 0.6.0 - 2022-02-07 ### New Features