From ccf8888e74e4826c5295b0cf0f54060f10a79440 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Thu, 27 Jul 2023 16:51:22 -0400 Subject: [PATCH] #2040 Revert Anomalous Changelog Change --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5dca72b3..08f08954 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -611,7 +611,7 @@ Developers * We now build using the new, `setuptools` mediated py2exe `freeze()` method, so we're in the clear for when `distutils` is removed in Python 3.12. * The old `setup.py` file, along with associated `py2exe.cmd` have been removed - in favour of the new `build.py` file. Documentation updated. + in favour of the new `Build-exe-and-msi.py` file. Documentation updated. ---