Skip to content

Commit 0109984

Browse files
committed
Add a release date for the 2.0.0-rc.0 release to the changelog
1 parent 9bc6d50 commit 0109984

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Increasing the minimal supported Rust version will always be coupled at least wi
1010

1111
## Unreleased
1212

13+
## [2.0.0 Rc0] 2022-04-22
14+
1315
### Added
1416

1517
* `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
271273
favour of `ExpressionMethods::eq_any()` and `ExpressionMethods::ne_all()`
272274

273275

274-
[2-0-migration]: FIXME write a migration guide
276+
[2-0-migration]: https://github.com/diesel-rs/diesel/blob/master/guide_drafts/migration_guide.md
275277

276278
## [1.4.8] - 2021-09-20
277279

@@ -1935,3 +1937,4 @@ Increasing the minimal supported Rust version will always be coupled at least wi
19351937
[1.4.6]: https://github.com/diesel-rs/diesel/compare/v1.4.5...v1.4.6
19361938
[1.4.7]: https://github.com/diesel-rs/diesel/compare/v1.4.6...v1.4.7
19371939
[1.4.8]: https://github.com/diesel-rs/diesel/compare/v1.4.7...v1.4.8
1940+
[2.0.0 Rc0]: https://github.com/diesel-rs/diesel/compare/v.1.4.0...v2.0.0-rc0

0 commit comments

Comments
 (0)