Release postgres-types v0.2.4
This commit is contained in:
parent
34efb053ec
commit
5b95068ee6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user