Skip to content

Commit 0d42920

Browse files
committed
modify the changelog
1 parent a9b198b commit 0d42920

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8989
arguments. See [the migration guide][2-0-migration] for more details.
9090
* Support for `barrel` based migrations has been removed for now. We are happy to
9191
add this support back as soon as `barrel` integrates with our new migration framework.
92+
* Deprecated bash completions command (`diesel bash-completions`) has been removed.
93+
Use `diesel completions <shell>` instead.
9294

9395
### Changed
9496

@@ -105,7 +107,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
105107
you are implementing `HasSqlType` for `Mysql` manually, you may need to adjust
106108
your implementation to fully use the new unsigned variants in `MysqlType`
107109

108-
* The minimal officially supported rustc version is now 1.51.0
110+
* The minimal officially supported rustc version is now 1.54.0
109111

110112
* The `RawValue` types for the `Mysql` and `Postgresql` backend where changed
111113
from `[u8]` to distinct opaque types. If you used the concrete `RawValue` type

0 commit comments

Comments
 (0)