Skip to content

Commit

Permalink
Release postgres-types v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 20, 2022
1 parent 34efb05 commit 5b95068
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions postgres-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## v0.2.4 - 2022-08-20

## Added

* Added `ToSql` and `FromSql` implementations for `Box<[T]>`.
* Added `ToSql` and `FromSql` implementations for `[u8; N]` via the `array-impls` feature.
* Added support for `smol_str` 0.1 via the `with-smol_str-01` feature.
* Added `ToSql::encode_format` to support text encodings of parameters.

## v0.2.3 - 2022-04-30

### Added
Expand Down

0 comments on commit 5b95068

Please sign in to comment.