From 0fc3d6d7324b7175ca08dc474ecdd8da5eab59d1 Mon Sep 17 00:00:00 2001 From: randyh62 Date: Mon, 21 Oct 2024 16:15:03 -0700 Subject: [PATCH] update CHANGELOG for new standard --- CHANGELOG.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddfe3fd..ac3f8e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,10 +23,10 @@ that developers switch to `find_package(ROCmCMakeBuildTools)` - ROCMInstallTargets: Stopped installing executables in ASAN builds -### Fixed +### Resolved issues -- ROCMClangTidy: Fixed invalid list index in clang tidy -- Fixed test failures when `ROCM_CMAKE_GENERATOR` is an empty string +- ROCMClangTidy: Resolved issues invalid list index in clang tidy +- Resolved issues test failures when `ROCM_CMAKE_GENERATOR` is an empty string ## [rocm-cmake 0.11.0 for ROCm 6.0.0] @@ -35,10 +35,10 @@ - ROCMSphinxDoc: Improved validation, documentation and rocm-docs-core integration. - Rename CMake package to ROCmCMakeBuildTools -### Fixed +### Resolved issues -- ROCMClangTidy: Fixed extra make flags passed for clang tidy. -- ROCMTest: Fixed issues when using module in a subdirectory. +- ROCMClangTidy: Resolved issues extra make flags passed for clang tidy. +- ROCMTest: Resolved issues issues when using module in a subdirectory. ## [rocm-cmake 0.10.0 for ROCm 5.7.0] @@ -57,19 +57,19 @@ ## [rocm-cmake 0.8.1 for ROCm 5.5] -### Fixed - -- ROCMInstallTargets: Added compatibility symlinks for included cmake files in `/lib/cmake/`. - ### Changed - ROCMHeaderWrapper: The wrapper header deprecation message is now a deprecation warning. +### Resolved issues + +- ROCMInstallTargets: Added compatibility symlinks for included cmake files in `/lib/cmake/`. + ## [rocm-cmake 0.8.0 for ROCm 5.4] -### Fixed +### Resolved issues -- ROCMCreatePackage: Fixed error in prerm scripts that could break package upgrades when using the `PTH` option. +- ROCMCreatePackage: Resolved issues error in prerm scripts that could break package upgrades when using the `PTH` option. - Removed unnecessary requirement for having C and C++ compilers available when building rocm-cmake from source. ### Known issues @@ -78,10 +78,6 @@ ## [rocm-cmake 0.8.0 for ROCm 5.3] -### Fixed - -- Fixed error in prerm scripts created by `rocm_create_package` that could break uninstall for packages using the `PTH` option. - ### Changed - `ROCM_USE_DEV_COMPONENT` set to on by default for all platforms. This means that Windows will now generate runtime and devel packages by default @@ -89,6 +85,10 @@ - Changed default Debian compression type to xz and enabled multi-threaded package compression. - `rocm_create_package` will no longer warn upon failure to determine version of program rpmbuild. +### Resolved issues + +- Resolved issues error in prerm scripts created by `rocm_create_package` that could break uninstall for packages using the `PTH` option. + ## [0.7.3] ### Added @@ -96,9 +96,9 @@ - Header wrapper functionality included. This is to support the change in header file locations in ROCm 5.2, while providing backwards compatibility via header file wrappers. The associated deprecation warning can be disabled by defining `ROCM_NO_WRAPPER_HEADER_WARNING` before including the wrapper header. -### Fixed +### Resolved issues -- Fixed spurious failures in `rocm_check_target_ids` for target ids with target features when `-Werror` is enabled. +- Resolved issues spurious failures in `rocm_check_target_ids` for target ids with target features when `-Werror` is enabled. The `HAVE_` result variable has been renamed to `COMPILER_HAS_TARGET_ID_`. ## [0.7.2]