Skip to content

Commit 2ff447e

Browse files
committed
Move diesel_cli sqlite bundled feature in changelog
1 parent 228a854 commit 2ff447e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
2020
`NonAggregate` for your function. See [the documentation for
2121
`sql_function!`][sql-function-1-3-0] for more details.
2222

23+
* Added `sqlite-bundled` feature to `diesel_cli` to make installing on
24+
some platforms easier.
25+
2326
### Changed
2427

2528
* `sql_function!` has been redesigned. The syntax is now `sql_function!(fn
@@ -86,9 +89,6 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8689
* Added support for specifying `ISOLATION LEVEL`, `DEFERRABLE`, and `READ ONLY`
8790
on PG transactions. See [`PgConnection::build_transaction`] for details.
8891

89-
* Added `sqlite-bundled` feature to `diesel_cli` to make installing on
90-
some platforms easier.
91-
9292
[`PgConnection::build_transaction`]: http://docs.diesel.rs/diesel/pg/struct.PgConnection.html#method.build_transaction
9393

9494
* Added support for `BEGIN IMMEDIATE` and `BEGIN EXCLUSIVE` on SQLite.

0 commit comments

Comments
 (0)