commit | 2f7f574cfa568a8e04edbd3fe26339d2e1f85906 | [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 15:04:20 2021 +0100 |
tree | e09cbbf3ed63f4f26f6cb9686eb787aa41696315 | |
parent | 1cded872a8326fed09b3c4e120507b5c9eb383e2 [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.