From 6db27fdc82285a9e585997a762438b5c941b0073 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 14 Aug 2022 00:51:39 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d854ab0..7f380a74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Removed `join_alias` * Changed `in_tuples` interface to accept `IntoValueTuple` https://github.com/SeaQL/sea-query/pull/386 -* **Changed `cond_where` semantics** +* **Changed `cond_where` chaining semantics** https://github.com/SeaQL/sea-query/pull/417 ```rust // Before: will extend current Condition assert_eq!( @@ -63,6 +63,10 @@ assert_eq!( * `DROP NOT NULL` for Postgres `ALTER COLUMN` https://github.com/SeaQL/sea-query/pull/394 +### House keeping + +Exclude `chrono` default-features https://github.com/SeaQL/sea-query/pull/410 + ## 0.26.2 - 2022-07-21 ### Bug Fixes