From 8ba4d83d87f028facb3e9d8b3679e94ac75bdf0e Mon Sep 17 00:00:00 2001 From: Tobias Stadler Date: Wed, 26 Jan 2022 21:35:40 +0100 Subject: [PATCH] Improved changelog --- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index fe67501da9..894db843b0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -31,7 +31,7 @@ endif::[] * Adding agent logging capabilities to our SDK, making it available for external plugins - {pull}2390[#2390] * When the `MANIFEST.MF` of the main jar contains the `Implementation-Title` attribute, it is used as the default service name - {pull}1921[#1921] Note: this may change your service names if you relied on the auto-discovery that uses the name of the jar file. If that jar file also contains an `Implementation-Title` attribute in the `MANIFEST.MF` file, the latter will take precedence. -* When the MANIFEST.MF of the main jar contains the Implementation-Version attribute, it is used as the default service version (except for application servers) - {pull}1922[#1922] +* When the `MANIFEST.MF` of the main jar contains the `Implementation-Version` attribute, it is used as the default service version (except for application servers) - {pull}1922[#1922] [float] ===== Bug fixes