From 438661a39f94d98f0af488e0a90c5f3de681086b Mon Sep 17 00:00:00 2001
From: Manuel Mauro <manuel.mauro@protonmail.com>
Date: Wed, 29 Jan 2025 11:26:04 +0100
Subject: [PATCH] docs: :memo: add prdoc

---
 prdoc/pr_7379.prdoc | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 prdoc/pr_7379.prdoc

diff --git a/prdoc/pr_7379.prdoc b/prdoc/pr_7379.prdoc
new file mode 100644
index 00000000000..0bd904346d6
--- /dev/null
+++ b/prdoc/pr_7379.prdoc
@@ -0,0 +1,13 @@
+# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
+# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
+
+title: "Add support for feature pallet_balances/insecure_zero_ed in benchmarks and testing"
+
+doc:
+  - audience: Runtime Dev
+    description: |
+      Currently benchmarks and tests on pallet_balances would fail when the feature insecure_zero_ed is enabled. This PR allows to run such benchmark and tests keeping into account the fact that accounts would not be deleted when their balance goes below a threshold.
+
+crates:
+  - name: pallet-balances
+    bump: patch
-- 
GitLab