Skip to content

Commit 573505f

Browse files
committed
Change release notes
1 parent de3ff01 commit 573505f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
* `gcc_info()` function in `compilers/gcc.cmake`.
13+
14+
### Changed
15+
16+
* `gcc_version()` now uses `gcc_info()` to obtain GCC version.
17+
18+
### Fixed
19+
20+
* Internal property bleeds into global scope, when calling `gcc_version()`, due auto caching by `find_program()`.
21+
1022
## [v0.2.0] - 2025-03-18
1123

1224
### Added

0 commit comments

Comments
 (0)