Release preparations.
diff --git a/expat/Changes b/expat/Changes
index a6431fa..4a76daa 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -12,6 +12,7 @@
 		  #2855609: Dangling positionPtr after error.
 		  #2894085: Buffer over-read and crash in big2_toUtf8().
 		  #2958794: Memory leak in poolGrow.
+		  #2990652: CMake support.
 		  #3010819: UNEXPECTED_STATE with a trailing "%" in entity value.
 		  #3206497: Unitialized memory returned from XML_Parse.
 		  #3287849: make check fails on mingw-w64.
@@ -19,6 +20,7 @@
 		- Patches:
 		  #1749198: pkg-config support.
 		  #3010222: Fix for bug #3010819.
+		  #3312568: CMake support.
 		  #3446384: Report byte offsets for attr names and values.
 		- New Features / API changes:
 		  Added new API member XML_SetHashSalt() that allows setting an intial
@@ -27,6 +29,7 @@
 		  When compiled with XML_ATTR_INFO defined, adds new API member
 				XML_GetAttributeInfo() that allows retrieving the byte
 				offsets for attribute names and values (patch #3446384).
+		  Added CMake build system. See bug #2990652 and patch #3312568.
 		  
 Release 2.0.1 Tue June 5 2007
         - Fixed bugs #1515266, #1515600: The character data handler's calling