diff --git a/Misc/NEWS b/Misc/NEWS
index 43c55df5f10..60b62b2c203 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,9 @@ Tests
Build
-----
+- Issue #9810: Compile bzip2 source files in python's project file
+ directly. It used to be built with bzip2's makefile.
+
- Issue #9848: Stopping trying to build _weakref in setup.py as it is a
built-in module.
diff --git a/PCbuild/bz2.vcproj b/PCbuild/bz2.vcproj
index 2c16eb0cbb5..afda578e436 100644
--- a/PCbuild/bz2.vcproj
+++ b/PCbuild/bz2.vcproj
@@ -43,6 +43,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+