Skip to content

Commit d2db2eb

Browse files
committed
Add a changelog entry
1 parent 385f445 commit d2db2eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
3939

4040
* The minimal officially supported rustc version is now 1.36.0
4141

42+
* The `RawValue` types for the `Mysql` and `Postgresql` backend where changed
43+
from `[u8]` to distinct opaque types. If you used the concrete `RawValue` type
44+
somewhere you need to change it to `mysql::MysqlValue` or `pg::PgValue`.
45+
For the postgres backend additionally type information where added to the `RawValue`
46+
type. This allows to dynamically deserialize `RawValues` in container types.
47+
4248
### Fixed
4349

4450
* Many types were incorrectly considered non-aggregate when they should not

0 commit comments

Comments
 (0)