From 5a05ef29c0b368a4e7e529b96f006ebd273bed7f Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Tue, 19 Dec 2023 06:21:54 -0800 Subject: [PATCH] Release 2.3.3. --- docs/content/overview/version-history.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index dd00e6617..07cffb6bb 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2023-12-18 +lastmod: 2023-12-19 date: 2017-03-27 menu: main: @@ -11,6 +11,10 @@ weight: 30 # Version History +### 2.3.3 + +* Support `COLUMN_NAME` restriction for `IndexColumns` schema; this improves NHibernate compatibility. + ### 2.3.2 * Add `Foreign Keys`, `Indexes`, `Index Columns` schemas: [#1419](https://github.com/mysql-net/MySqlConnector/pull/1419).