Skip to content

Commit

Permalink
Update prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Nov 10, 2024
1 parent 37db61b commit d494eda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prdoc/pr_6425.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d494eda

Please sign in to comment.