commit | bdc639b86f9694ad7186731c9b17efcddb589de5 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Apr 21 20:19:29 2020 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Apr 21 20:19:29 2020 +0200 |
tree | 51ed923ef13973dfee01be9a37370b7cc5f834f3 | |
parent | fd0627521b4173579187f611ae7848848405c2e9 [diff] |
Add changelog entry for #3208: md.c switch case unification Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/md_switch.txt b/ChangeLog.d/md_switch.txt new file mode 100644 index 0000000..a4d369b --- /dev/null +++ b/ChangeLog.d/md_switch.txt
@@ -0,0 +1,3 @@ +Changes + * Combine identical cases in switch statements in md.c. Contributed + by irwir in #3208.