Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 13, 2022
1 parent 4b280a3 commit 6db27fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6db27fd

Please sign in to comment.