From 58034173af6274bc0b65030e75142940d0951953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Thu, 14 Dec 2023 11:58:54 +0100 Subject: [PATCH] Mention the newly added `updated` changelog entry type in docs --- src/site/_log4j-changelog.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/_log4j-changelog.adoc b/src/site/_log4j-changelog.adoc index 980280ae..2fab7ffa 100644 --- a/src/site/_log4j-changelog.adoc +++ b/src/site/_log4j-changelog.adoc @@ -147,8 +147,9 @@ Some remarks about the structure of changelog entry files: ** `added` – for new features ** `changed` – for changes in existing functionality ** `deprecated` – for soon-to-be removed features -** `removed` – for now removed features ** `fixed` – for any bug fixes +** `removed` – for now removed features +** `updated` – for dependency updates * `issue` element is optional, can occur multiple times, and, if present, must contain `id` and `link` attributes * `author` element is optional, can occur multiple times, and, if present, must have at least one of `id` or `name` attributes +