Skip to content

Commit 5b95068

Browse files
committed
Release postgres-types v0.2.4
1 parent 34efb05 commit 5b95068

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

postgres-types/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## v0.2.4 - 2022-08-20
4+
5+
## Added
6+
7+
* Added `ToSql` and `FromSql` implementations for `Box<[T]>`.
8+
* Added `ToSql` and `FromSql` implementations for `[u8; N]` via the `array-impls` feature.
9+
* Added support for `smol_str` 0.1 via the `with-smol_str-01` feature.
10+
* Added `ToSql::encode_format` to support text encodings of parameters.
11+
312
## v0.2.3 - 2022-04-30
413

514
### Added

0 commit comments

Comments
 (0)