You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Increasing the minimal supported Rust version will always be coupled at least wi
10
10
11
11
## Unreleased
12
12
13
+
## [2.0.0 Rc0] 2022-04-22
14
+
13
15
### Added
14
16
15
17
*`MysqlConnection::establish` is able to initiate an SSL connection while specifying certificate roots. The database URL should contain an `ssl_ca` parameter with a path pointing to the certificate roots. [See docs](https://dev.mysql.com/doc/refman/5.7/en/connection-options.html#option_general_ssl-ca) if desired.
@@ -271,7 +273,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi
271
273
favour of `ExpressionMethods::eq_any()` and `ExpressionMethods::ne_all()`
0 commit comments