Skip to content

Commit

Permalink
Release 2.1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 26, 2022
1 parent 7bcd38e commit e826461
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2022-08-12
lastmod: 2022-08-26
date: 2017-03-27
menu:
main:
Expand All @@ -10,9 +10,12 @@ weight: 30

# Version History

### 2.1.13 Beta 1
### 2.1.13

* Swallow (but log) exceptions in `MySqlDataReader.Dispose(Async)`.
* Swallow (but log) exceptions in `MySqlDataReader.Dispose(Async)`: [#1154](https://github.com/mysql-net/MySqlConnector/issues/1154).
* Add `MySqlDataReader.GetBytes(string)`: [#1197](https://github.com/mysql-net/MySqlConnector/pull/1197).
* Eliminate allocation in `OnStatementBegin`.
* Thanks to [Corentin Pitrel](https://github.com/CorentinPtrl) and [Jason Nelson](https://github.com/iamcarbon) for contributions to this release.

### 2.1.12

Expand Down

0 comments on commit e826461

Please sign in to comment.