From d4591ff6d332507633ae3c45014c3fbfff45ffc8 Mon Sep 17 00:00:00 2001 From: Will Bryant Date: Wed, 20 May 2020 11:11:11 +1200 Subject: [PATCH] Update changelog for v2.3 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1784a17d..502a6a92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Changelog ========= +2.3 +--- + +* Support specifying the SSH port using `--via servername:port` syntax. +* Fix incompatibility with v1 'from' ends when using multiple workers. +* Work around compatibility problem when using the MySQL client library with MariaDB servers, causing problems determining schema defaults etc. + 2.2 --- * Fix regression in LONGBLOB/MEDIUMBLOB support for MySQL & MariaDB.