commit | b2c454cecefaef8fad732af2f5a7b53c5419a443 | [log] [tgz] |
---|---|---|
author | Yuto Takano <yuto.takano@arm.com> | Wed Jul 14 10:25:57 2021 +0100 |
committer | Yuto Takano <yuto.takano@arm.com> | Wed Jul 14 14:32:18 2021 +0100 |
tree | 0acf96f0114612e2ff4ae9e586956a9a0094453a | |
parent | 284857ee551221543b9ee43087a2f55b1f6521a3 [diff] |
Add ChangeLog entry for reserved identifier replacments Signed-off-by: Yuto Takano <yuto.takano@arm.com>
diff --git a/ChangeLog.d/issue4630.txt b/ChangeLog.d/issue4630.txt new file mode 100644 index 0000000..0bc4b99 --- /dev/null +++ b/ChangeLog.d/issue4630.txt
@@ -0,0 +1,2 @@ +Bugfix + * Stop using reserved identifiers as local variables. Fixes #4630.