From 5577fcc9bf99b986239e52f647580a2e9c1316df Mon Sep 17 00:00:00 2001 From: coderJeff Date: Fri, 3 Nov 2023 20:04:46 -0400 Subject: [PATCH] changelog.txt: corrections Add ticket numbers for changelog entries: Related to commits: - 467b8993620f93c674f05c39855696eeff309ee6 - 50620135deb8d0fb96668b1eb9709b1919e4a522 --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9a94d272c..a200d5832 100644 --- a/changelog.txt +++ b/changelog.txt @@ -23,7 +23,8 @@ Version 1.20.0 - sf.net #985: Default access to a member symbol is disabled by a duplicated symbol in implicit namespace (regression of behaviour when fixing #948) - gas64: improvement of message when internal errors arise in gas64 emitter (SARG) - gas64: handle priority for constructors/destructors (SARG) -- gas64: optimization 16 modified retrieval of registers and improved to handle specific cases (SARG) +- sf.net #990: gas64: optimization 16 modified retrieval of registers and improved to handle specific cases (SARG) +- sf.net #989: gas64: "rsi" replaced with "r11" in some symbols (SARG) - gas64: NEW UBYTE/BYTE[count] not handled (SARG) - sf.net #988: (regression) re-allow overloaded non-indexed array arguments - Can't pass UDT member array to an overloaded sub