We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07c66b commit c866ae9Copy full SHA for c866ae9
1 file changed
CHANGELOG.md
@@ -13,6 +13,11 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
13
14
[`PgConnection::build_transaction`]: http://docs.diesel.rs/diesel/pg/struct.PgConnection.html#method.build_transaction
15
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
21
### Deprecated
22
23
* `ne_any` has been renamed to `ne_all`.
0 commit comments