diff --git a/prdoc/pr_4488.prdoc b/prdoc/pr_4488.prdoc
new file mode 100644
index 0000000000000000000000000000000000000000..06d7916160d699eee49500bb6fe78149f35afc0b
--- /dev/null
+++ b/prdoc/pr_4488.prdoc
@@ -0,0 +1,12 @@
+title: "Tx Payment: drop ED requirements for tx payments with exchangeable asset"
+
+doc:
+  - audience: Runtime Dev
+    description: |
+        Drop the Existential Deposit requirement for the asset amount exchangeable for the fee asset (eg. DOT/KSM) during transaction payments.
+
+        This achieved by using `SwapCredit` implementation of asset conversion, which works with imbalances and does not require a temporary balance account within the transaction payment.
+
+crates:
+  - name: pallet-asset-conversion-tx-payment
+    bump: major