From db538917f12e114f45134f8a6781d1e42278a724 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 23 Jul 2022 15:05:43 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1236a72d..653c0431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Breaking changes * `SelectTwoMany::one()` has been dropped https://github.com/SeaQL/sea-orm/pull/813, you can get `(Entity, Vec)` by first querying a single model from Entity, then use [`ModelTrait::find_related`] on the model. +* #### Feature flag revamp + We now adopt the [weak dependency](https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html#new-syntax-for-cargo-features) syntax in Cargo. That means the flags `["sqlx-json", "sqlx-chrono", "sqlx-decimal", "sqlx-uuid", "sqlx-time"]` are not needed and now removed. Instead, `with-time` will enable `sqlx?/time` only if `sqlx` is already enabled. Also, now the flags `with-json`, `with-chrono`, `with-rust_decimal`, `with-uuid`, `with-time` has to be specified manually. ## sea-orm-migration 0.8.3