diff --git a/Changes b/Changes index 6e88be140..bfb7fe40c 100644 --- a/Changes +++ b/Changes @@ -144,6 +144,11 @@ Working version possible, improving instruction selection. (Stephen Dolan, review by Leo White and Xavier Leroy) +- #9864: Revised recognition of immediate arguments to integer operations. + Fixes several issues that could have led to producing assembly code + that is rejected by the assembler. + (Xavier Leroy, review by Stephen Dolan) + ### Standard library: - #9865: add Format.pp_print_seq