Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Oct 5, 2024
1 parent a453072 commit 2e96a0c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ assert_eq!(

## 0.31.1 - Pending

### Enhancements
### New Features

* Added Md5 function https://github.com/SeaQL/sea-query/pull/786
* Added Postgres Json functions: `JSON_BUILD_OBJECT` and `JSON_AGG` https://github.com/SeaQL/sea-query/pull/787
* `#[enum_def]` now impl additional `IdenStatic` and `AsRef<str>` https://github.com/SeaQL/sea-query/pull/769
* Derive `Eq`, `Ord`, `Hash` for `Alias` https://github.com/SeaQL/sea-query/pull/818
* Replace `Educe` with manual implementations https://github.com/SeaQL/sea-query/pull/817

### Enhancements

* Added `Func::md5` function https://github.com/SeaQL/sea-query/pull/786
* Added Postgres Json functions: `JSON_BUILD_OBJECT` and `JSON_AGG` https://github.com/SeaQL/sea-query/pull/787
* Added `cast_as_quoted` https://github.com/SeaQL/sea-query/pull/789
* Replace `Educe` with manual implementations https://github.com/SeaQL/sea-query/pull/817

### `sea-query-attr`

Expand Down

0 comments on commit 2e96a0c

Please sign in to comment.