From d494eda2d08a8aef246ffc56b0ef9e7aac67968b Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Sun, 10 Nov 2024 17:45:06 +0900 Subject: [PATCH] Update prdoc --- prdoc/pr_6425.prdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prdoc/pr_6425.prdoc b/prdoc/pr_6425.prdoc index 21b0415387f8..57e759bf3376 100644 --- a/prdoc/pr_6425.prdoc +++ b/prdoc/pr_6425.prdoc @@ -2,6 +2,14 @@ title: Introduce `ConstUint` to make dependent types in `DefaultConfig` more ada author: conr2d topic: runtime +doc: +- audience: Runtime Dev + description: |- + Introduce `ConstUint` that is a unified alternative to `ConstU8`, `ConstU16`, and + similar types, particularly useful for configuring `DefaultConfig` in pallets. + It enables configuring the underlying integer for a specific type without the need + to update all dependent types, offering enhanced flexibility in type management. + crates: - name: frame-support bump: patch