diff options
Diffstat (limited to 'Misc/NEWS.d/next/Build/2021-08-26-13-10-46.bpo-45019.e0mo49.rst')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-08-26-13-10-46.bpo-45019.e0mo49.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-08-26-13-10-46.bpo-45019.e0mo49.rst b/Misc/NEWS.d/next/Build/2021-08-26-13-10-46.bpo-45019.e0mo49.rst new file mode 100644 index 0000000..d11c645 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-08-26-13-10-46.bpo-45019.e0mo49.rst @@ -0,0 +1,3 @@ +Generate lines in relevant files for frozen modules. Up until now each of +the files had to be edited manually. This change makes it easier to add to +and modify the frozen modules. |