diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-16 14:17:51 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-16 14:17:51 -0400 |
| commit | 69ce2d7ea3dcb0ff6f13aeb3d26a48f5a3f5ba45 (patch) | |
| tree | 108420867227bc57cc5fa4718ffe55e679680084 /CHANGES.md | |
| parent | 1849e6c9542fc127149d4e855064e8a63c25bc8a (diff) | |
Bugfix for enum member alignments
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ - `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 or their `#include`s. + - Memory offsets for enums with different member alignments were miscalculated. ## v0.2 |
