Skip to content

Commit 2d24a9c

Browse files
committed
Fix changelog
1 parent 67cf8e2 commit 2d24a9c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)