diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f7c30e..4c2a3bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- [`Chrono`](https://github.com/chronotope/chrono) support for MySQL was only partially implemented (was missing `NaiveTime` and `DateTime`). + +- `Vec` (and `[u8]`) support for MySQL (`BLOB`) and Postgres (`BYTEA`).