diff --git a/ChangeLog-8.3.md b/ChangeLog-8.3.md
index 82ba492efbf..288936082c4 100644
--- a/ChangeLog-8.3.md
+++ b/ChangeLog-8.3.md
@@ -6,6 +6,7 @@ All notable changes of the PHPUnit 8.3 release series are documented in this fil
### Changed
+* Implemented [#2015](https://github.com/sebastianbergmann/phpunit/issues/2015): Prefix all code bundled in PHAR distribution with random/unique namespace
* Implemented [#3503](https://github.com/sebastianbergmann/phpunit/issues/3503): The error handler has been refactored to longer rely on global state
* Implemented [#3521](https://github.com/sebastianbergmann/phpunit/issues/3521): The `@errorHandler` annotation, which controlled a feature that was not documented and did not work correctly, has no effect anymore
* Implemented [#3522](https://github.com/sebastianbergmann/phpunit/issues/3522): The `TestCase::setUseErrorHandler()` method, which controlled a feature that was not documented and did not work correctly, has been deprecated and no effect anymore
diff --git a/build.xml b/build.xml
index 43b44359843..4a63d91cbde 100644
--- a/build.xml
+++ b/build.xml
@@ -121,49 +121,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -172,7 +138,6 @@
-
@@ -385,7 +350,7 @@
-
+
@@ -408,12 +373,10 @@
-
-
+
-
-
+
@@ -427,19 +390,15 @@
-
-
+
-
-
+
-
-
+
-