Skip to content

Commit

Permalink
Add a release date for the 2.0.0-rc.0 release to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Apr 22, 2022
1 parent 9bc6d50 commit 0109984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Increasing the minimal supported Rust version will always be coupled at least wi

## Unreleased

## [2.0.0 Rc0] 2022-04-22

### Added

* `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.
Expand Down Expand Up @@ -271,7 +273,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi
favour of `ExpressionMethods::eq_any()` and `ExpressionMethods::ne_all()`


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

## [1.4.8] - 2021-09-20

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

0 comments on commit 0109984

Please sign in to comment.