Changelog

This commit is contained in:
Chris Tsang 2022-03-06 23:02:01 +08:00
parent 27143a8ddc
commit db1e345f74

View File

@ -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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). 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 ## 0.6.0 - 2022-02-07
### New Features ### New Features