diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md
index 7ffbf2adf0b25c08f583225d15e65def6007c80d..7c6f2131d33b6c55f9fed5375f20b4c0e447734b 100644
--- a/Cabal/ChangeLog.md
+++ b/Cabal/ChangeLog.md
@@ -10,6 +10,20 @@
 # 3.4.0.0 [Oleg Grenrus](mailgo:oleg.grnerus@iki.fi) February 2021
   * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.0.0.md
 
+# 3.4.1.0 [Emily Pillmore](mailto:emilypi@cohomolo.gy) October 2021
+  * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.1.0.md
+
+# 3.4.0.0 [Oleg Grenrus](mailto:oleg.grnerus@iki.fi) February 2021
+  * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.0.0.md
+
+# 3.2.1.0 [Oleg Grenrus](mailto:oleg.grenris@iki.fi) October 2020
+  * Pass `cxx-options` with `-optcxx` for GHC >= 8.10
+  * Use process jobs when calling subprocesses
+  * Require custom-setup for `cabal-version: 1.24` and later
+  * Accept `linux-androideabi` as an alias for Android
+  * Fix ghci being launched before other sources are built
+  * Require cabal-versions >=1.25 to be exact
+
 # 3.2.0.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020
   * Change free text `String` fields to use `ShortText` in package description
     and installed package info.
diff --git a/cabal-install/changelog b/cabal-install/changelog
index 5612b44f1126ebe89e91f31ab6907d7400413fa9..952e272616ef09325d73fbf90e72282b55433fff 100644
--- a/cabal-install/changelog
+++ b/cabal-install/changelog
@@ -5,6 +5,8 @@
 
 3.6.0.0 Emily Pillmore <emilypi@cohomolo.gy> August 2021
 	* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.0.0.md
+3.4.1.0 Emily Pillmore <emilypi@cohomolo.gy> October 2021
+	* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.1.0.md
 
 3.4.0.0 Oleg Grenrus <oleg.grenrus@iki.fi> February 2021
 	* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md
diff --git a/release-notes/cabal-install-3.4.1.0.md b/release-notes/cabal-install-3.4.1.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..936eec47c35162b89360f37318a0284bcde6ea28
--- /dev/null
+++ b/release-notes/cabal-install-3.4.1.0.md
@@ -0,0 +1,3 @@
+### Bugfixes
+
+- Backport windows fix for packages using autoconf >= 2.70 [!7668](https://github.com/haskell/cabal/pull/7668)