Skip to content

Commit e9c944d

Browse files
committed
Fix links in release notes.
1 parent 78051fb commit e9c944d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/overview/version-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ weight: 30
1212

1313
### 2.1.6
1414

15-
* Fix unintentional TLS downgrade: [#1134](https://github.com/mysql-net/MySqlConnector/issues/1134).
15+
* Fix unintentional TLS downgrade: [#1132](https://github.com/mysql-net/MySqlConnector/issues/1132).
1616
* To ensure the desired TLS version is used, set `TlsVersion` in your connection string.
17-
* Fix deadlock when cancelling a command.
17+
* Fix deadlock when cancelling a command: [#1131](https://github.com/mysql-net/MySqlConnector/issues/1131).
1818
* Fix `ArgumentException` when calling `GetSchema("Parameters")` against MySQL 8.0: [#1128](https://github.com/mysql-net/MySqlConnector/issues/1128).
1919
* Set `MySqlParameter.Size` in `DeriveParameters`: [#1125](https://github.com/mysql-net/MySqlConnector/issues/1125).
2020
* Thanks to [Andrew Nagel](https://github.com/lostatredrock) and [Viktor Svyatokha](https://github.com/ahydrax) for contributions to this release.

0 commit comments

Comments
 (0)