diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-06-25 12:35:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-06-25 12:35:08 -0400 |
| commit | d3b78e14e4d26c877f88ee64022e541bbb367df1 (patch) | |
| tree | 79cc5595df8721642f702e6cc1264f5086ec83be /CHANGES.md | |
| parent | 6e50989b21214c107b5075782a070e3df25aa333 (diff) | |
Trigger recompilation when downstream #includes for C files are updated.
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ - Mutation of a collection during iteration was violating value semantics. - `extend` statements weren't properly checking that the type name was valid. - Lazy recompilation wasn't happening when `use ./foo.c` was used for local - C/assembly files. + C/assembly files or their `#include`s. ## v0.2 |
