Skip to content

Commit e715157

Browse files
committed
Release 2.2.0 RC 2.
1 parent fadf127 commit e715157

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-10-17
2+
lastmod: 2022-10-31
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,12 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.2.0 RC 2
14+
15+
* Raise `Component.Disposed` event from `MySqlConnection.DisposeAsync`: [#1235](https://github.com/mysql-net/MySqlConnector/issues/1235).
16+
* Use `ValueTask` instead of `ValueTask<int>`: [#1233](https://github.com/mysql-net/MySqlConnector/issues/1233).
17+
* **Breaking** This changes the return type of `MySqlConnection.ResetConnectionAsync` for `netstandard2.0`, `net461`, `net471`.
18+
1319
### 2.2.0 RC 1
1420

1521
* Set activity tags when opening a connection fails: [#1196](https://github.com/mysql-net/MySqlConnector/issues/1196).

0 commit comments

Comments
 (0)