We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ebf2a commit f024997Copy full SHA for f024997
docs/content/overview/version-history.md
@@ -10,6 +10,13 @@ weight: 30
10
11
# Version History
12
13
+### 1.3.1
14
+
15
+* Remove two new `Info` log messages added in 1.3.0: [#956](https://github.com/mysql-net/MySqlConnector/issues/956).
16
+ * The equivalent messages in 1.2.1 were at `Debug` level.
17
+* Make `Adler32` class `internal`.
18
+ * This was not intended to be added to the public API in 1.3.0.
19
20
### 1.3.0
21
22
* Connections are now reset asynchronously in the background: [#178](https://github.com/mysql-net/MySqlConnector/issues/178).
0 commit comments