From 515a7d0c80655b2ea9dce3b116d7b59547566a7b Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 27 Jun 2023 17:23:04 +0200 Subject: [PATCH] docs: add changelog entries for MySQL refactoring --- changes/ce/fix-11151.en.md | 1 + changes/ee/fix-11151.en.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/ce/fix-11151.en.md create mode 100644 changes/ee/fix-11151.en.md diff --git a/changes/ce/fix-11151.en.md b/changes/ce/fix-11151.en.md new file mode 100644 index 000000000..1178c5939 --- /dev/null +++ b/changes/ce/fix-11151.en.md @@ -0,0 +1 @@ +The MySQL connector has been refactored to its own Erlang application to improve the code structure. diff --git a/changes/ee/fix-11151.en.md b/changes/ee/fix-11151.en.md new file mode 100644 index 000000000..57c6ae446 --- /dev/null +++ b/changes/ee/fix-11151.en.md @@ -0,0 +1 @@ +The MySQL bridge has been refactored to its own Erlang application to improve the code structure and to make it easier to maintain.