From 4624aaf8b02e576eee3cbf84663f7448b3756344 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Wed, 29 Nov 2023 12:12:08 +0100 Subject: [PATCH] Add missing changelog entry about webui code removal --- anaconda.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anaconda.spec b/anaconda.spec index 74f8a7a..e45705c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -465,6 +465,8 @@ rm -rf \ %changelog * Wed Nov 22 2023 Packit - 40.11-1 +- All Web UI code was seperated from the main repository and now lives in + https://github.com/rhinstaller/anaconda-webui (kkoukiou) - Remove all support of the built-in help system (vponcova) - Make possible to start TUI with installed WebUI (akankovs) - workflows: Drop COCKPITUOUS_TOKEN from trigger-webui.yml (kkoukiou)