diff --git a/changelog.d/pr-7650 b/changelog.d/pr-7650
new file mode 100644
index 0000000000000000000000000000000000000000..5a0e4e9c8b4939f3c131f0ba122be3fa8a0ffd00
--- /dev/null
+++ b/changelog.d/pr-7650
@@ -0,0 +1,8 @@
+synopsis: Make Paths_ modules work with non-standard preludes again
+pr: #7650
+issues: #5962
+significance: significant
+description: {
+
+- Generate Paths_ module with qualified Data.List.last import so that compatibility with non-standard preludes is not regressed compared to cabal 3.4.
+}
\ No newline at end of file
diff --git a/changelog.d/pr-7652 b/changelog.d/pr-7652
new file mode 100644
index 0000000000000000000000000000000000000000..3d97adc5d55c55cc591dd104a2bb05d021166216
--- /dev/null
+++ b/changelog.d/pr-7652
@@ -0,0 +1,9 @@
+synopsis: Windows: redo the fix to breakage caused by new autoconf; the wrong fix made cabal sometimes fail with old autoconf
+pr: #7652 #7651
+issues: #7649 #7494
+significance: significant
+description: {
+
+- Reverts #7510 that failed on Windows when used with pre-generated scripts included in packages such as network, time, process.
+- Adds a subtler fix/workaround for the deficiencies of new autoconf versions on Windows.
+}
\ No newline at end of file
diff --git a/changelog.d/pr-7657 b/changelog.d/pr-7657
new file mode 100644
index 0000000000000000000000000000000000000000..f3b291c950a96e29998f4c8b82ee7f8bd455b59c
--- /dev/null
+++ b/changelog.d/pr-7657
@@ -0,0 +1,6 @@
+synopsis: Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7
+pr: #7657 #7658
+description: {
+
+- This regenerates bootstrap plans using new package versions and also updating GHC from 8.10.4 to 8.10.7, as requested by GHC HQ.
+}
\ No newline at end of file