Changelog

This commit is contained in:
Chris Tsang 2022-03-14 12:52:21 +08:00
parent 73701fef9a
commit 005598b5e6

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Enhancements ### Enhancements
* Codegen add serde derives to enums, if specified https://github.com/SeaQL/sea-orm/pull/463 * 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
### Breaking changes ### Breaking changes