Add change note

This commit is contained in:
Tamas Vajk
2024-07-10 09:30:53 +02:00
parent 968c279fd7
commit ec9de41fea

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The extractor has been changed to not skip source files that have already been seen. This has an impact on source files that are compiled multiple times in the build process. Source files with conditional compilation preprocessor directives (such as `#if`) are now extracted for each set of preprocessor symbols that are used during the build process.