From c73bbd1d8fd66abdc75cbaa5dd93efff7a1d03ab Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Fri, 21 Jul 2023 10:45:21 +0200 Subject: [PATCH] chore(changelog): Add changelog for 11309 --- changes/ce/fix-11309.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ce/fix-11309.en.md diff --git a/changes/ce/fix-11309.en.md b/changes/ce/fix-11309.en.md new file mode 100644 index 000000000..5f028be55 --- /dev/null +++ b/changes/ce/fix-11309.en.md @@ -0,0 +1,2 @@ +Improve startup order of EMQX applications. +Simplify build scripts and improve code reuse.