Skip to content

Commit 249c63f

Browse files
committed
Fix typo in release notes.
1 parent fd797d0 commit 249c63f

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
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-02-10
2+
lastmod: 2022-02-18
33
date: 2017-03-27
44
menu:
55
main:
@@ -24,7 +24,7 @@ weight: 30
2424
* Speed up `MySqlDataAdapter.Update` when `UpdateBatchSize` is large: [#1124](https://github.com/mysql-net/MySqlConnector/issues/1124).
2525
* Remove `DO SLEEP(0)` use after cancelling a query: [#1115](https://github.com/mysql-net/MySqlConnector/issues/1115).
2626
* This improves compatibility with MariaDB Xpand.
27-
* Encode NUL bytes as `\0` on the write: [#1121](https://github.com/mysql-net/MySqlConnector/issues/1121).
27+
* Encode NUL bytes as `\0` on the wire: [#1121](https://github.com/mysql-net/MySqlConnector/issues/1121).
2828
* This improves compatibility with SingleStore.
2929

3030
### 2.1.4

0 commit comments

Comments
 (0)