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 401cc13 commit ddcd2cbCopy full SHA for ddcd2cb
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2022-12-23
+lastmod: 2023-01-01
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,6 +10,11 @@ weight: 30
10
11
# Version History
12
13
+### 2.2.5
14
+
15
+* Add support for `DECIMAL UNSIGNED`, fixing error in `DeriveParameters`: [#1272](https://github.com/mysql-net/MySqlConnector/issues/1272).
16
+* Fix parsing `nan` as float/double value on .NET Framework.
17
18
### 2.2.4
19
20
* Fix a race condition in recovering leaked sessions: [#1263](https://github.com/mysql-net/MySqlConnector/issues/1263).
0 commit comments