summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/changelog/changelog.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/changelog/changelog.sty')
-rw-r--r--Master/texmf-dist/tex/latex/changelog/changelog.sty7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/changelog/changelog.sty b/Master/texmf-dist/tex/latex/changelog/changelog.sty
index b58e33479a7..0dc42ab2eb2 100644
--- a/Master/texmf-dist/tex/latex/changelog/changelog.sty
+++ b/Master/texmf-dist/tex/latex/changelog/changelog.sty
@@ -1,5 +1,5 @@
\RequirePackage{expl3}
-\ProvidesExplPackage{changelog}{2024/09/17}{2.5.1}{Typesetting changelogs}
+\ProvidesExplPackage{changelog}{2024/12/18}{2.6.0}{Typesetting changelogs}
% Description: Provides the changelog environment for typesetting changelogs
% License: LPPL 1.3c
% Homepage: https://github.com/9999years/latex-changelog
@@ -205,7 +205,10 @@
\bool_if:NTF \g__changelog_section_bool
{
\exp_after:wN \g__changelog_sectioncmd_tl { \g__changelog_title_tl }
- \exp_after:wN \label { \g__changelog_label_tl }
+ \tl_if_empty:NF \g__changelog_label_tl
+ {
+ \exp_after:wN \label { \tl_use:N \g__changelog_label_tl }
+ }
}
{}
}