Issue #11268: Prevent Mac OS X Installer failure if Documentation
package had previously been installed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 65ae5f9..d01a0e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,7 +21,14 @@
 - Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
   larger than 4GB.  Patch by Nadeem Vawda.
 
+Build
+-----
+
+- Issue #11268: Prevent Mac OS X Installer failure if Documentation
+  package had previously been installed.
+
 Tests
+-----
 
 - Issue #10990: Prevent tests from clobbering a set trace function.