summaryrefslogtreecommitdiff
path: root/MdePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-10 16:13:07 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-10 16:13:07 +0000
commit43d2502010e67fa2c27ab5a17697acf53dfd63d7 (patch)
tree0ecfb0b94748fa29f7dc1197722d85fed38739e7 /MdePkg/ChangeLog.txt
parentf0d5cbb66aa222e3eb0777d0d4b0d70a03d49188 (diff)
downloadedk2-platforms-43d2502010e67fa2c27ab5a17697acf53dfd63d7.tar.xz
Append the change log for the non-backward compatibility change in Edk r5869.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5871 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/ChangeLog.txt')
-rw-r--r--MdePkg/ChangeLog.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index 94a230153c..68de80c0f8 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -142,4 +142,13 @@ EDK_4067: Non-Compatible: qwang12
EDK_5835: Non-Compatible: qwang12
- Class General Definitions: NULL_HANDLE definition is removed from UefiBaseType.h. If any modules referencs NULL_HANDLE, they should be updated to use NULL. \ No newline at end of file
+ Class General Definitions: NULL_HANDLE definition is removed from UefiBaseType.h. If any modules referencs NULL_HANDLE, they should be updated to use NULL.
+
+EDK_5869: Non-Compatible: qhuang8
+ Class General Definitions: Update the macro ALIGN_VARIALBE to drop the second parameter.
+
+ Code Change:
+ The macro ALIGN_VARIABLE in base.h is changed to keep the first paramter
+
+ Possible Impacts:
+ Modules using this macro, it needs to adapt to new interface. \ No newline at end of file