File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,18 +48,17 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
4848 ` Mysql::TypeMetadata ` , you will need to take the new struct
4949 ` MysqlTypeMetadata ` instead.
5050
51- <<<<<<< HEAD
52- * The minimal officially supported rustc version is now 1.36.0
51+ * The minimal officially supported rustc version is now 1.37.0
5352
5453* The ` RawValue ` types for the ` Mysql ` and ` Postgresql ` backend where changed
5554 from ` [u8] ` to distinct opaque types. If you used the concrete ` RawValue ` type
5655 somewhere you need to change it to ` mysql::MysqlValue ` or ` pg::PgValue ` .
5756 For the postgres backend additionally type information where added to the ` RawValue `
5857 type. This allows to dynamically deserialize ` RawValues ` in container types.
58+
5959* The uuidv07 feature was renamed to uuid, due to the removal of support for older uuid versions
60- =======
60+
6161* Boxed queries (constructed from ` .into_boxed() ` ) are now ` Send ` .
62- >>>>>>> Add a minimal changelog entry for making boxed queries Send
6362
6463### Fixed
6564
You can’t perform that action at this time.
0 commit comments