We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34efb05 commit 5b95068Copy full SHA for 5b95068
postgres-types/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
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
12
## v0.2.3 - 2022-04-30
13
14
### Added
0 commit comments