Skip to content

Commit c866ae9

Browse files
committed
Changelog entry for diesel-rs#1499 [ci skip]
1 parent e07c66b commit c866ae9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
1313

1414
[`PgConnection::build_transaction`]: http://docs.diesel.rs/diesel/pg/struct.PgConnection.html#method.build_transaction
1515

16+
### Changed
17+
18+
* The bounds on `impl ToSql for Cow<'a, T>` have been loosened to no longer
19+
require that `T::Owned: ToSql`.
20+
1621
### Deprecated
1722

1823
* `ne_any` has been renamed to `ne_all`.

0 commit comments

Comments
 (0)