Update changelog.jinja to exclude version number in header for lindividual libraries (#3058)

This commit is contained in:
Sam Wu
2024-04-23 16:08:38 -06:00
committed by GitHub
parent 42849e92a6
commit 84c12ac1ce

View File

@@ -42,7 +42,7 @@ This page contains the release notes for AMD ROCm Software.
{%- for lib_name, lib in release.libraries | dictsort %}
{%- if rocm_ver_by_lib_ver[lib_name][lib.lib_version] == version and lib.lib_version%}
#### {{lib_name}} {{lib.lib_version}}
#### {{lib_name}}
{{lib.message}}