Skip to content

Commit 433a93c

Browse files
committed
CHANGELOG fixes [ci skip]
Barrel support was 1.2. Locking clause changes were missing.
1 parent c8d6766 commit 433a93c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
4242

4343
[record-1-3-0]: http://docs.diesel.rs/diesel/pg/types/sql_types/struct.Record.html
4444

45+
* Added support for a wider range of locking clauses, including `FOR SHARE`,
46+
`SKIP LOCKED`, `NO WAIT`, and more. See [`QueryDsl`][locking-clause-1-3-0] for details.
47+
48+
[locking-clause-1-3-0]: http://docs.diesel.rs/diesel/query_dsl/trait.QueryDsl.html#method.for_update
49+
4550
### Changed
4651

4752
* `sql_function!` has been redesigned. The syntax is now `sql_function!(fn
@@ -55,10 +60,6 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
5560
it is now tested and enforced. Any future changes to our minimum supported
5661
version will be listed in this change log.
5762

58-
* Diesel now provides experimental support for Barrel. This feature is not
59-
maintained by the Diesel team. Any issues with this should be opened on the
60-
Barrel repository, not Diesel.
61-
6263
### Fixed
6364

6465
* `diesel print-schema` and `infer_schema!` now properly handle unsigned types

0 commit comments

Comments
 (0)