mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 19:21:03 +00:00
[Backport] Version bumps from 1.6.0 release (#2965)
This PR backports version bumps from release branch `release-polkadot-v1.6.0` back to `master` and also moved `prdoc` files related to the release to the appropriate folder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
title: Removed deprecated `Balances::transfer` and `Balances::set_balance_deprecated` functions.
|
||||
|
||||
doc:
|
||||
- audience: Runtime User
|
||||
description: |
|
||||
The Balances pallet's dispatchables `set_balance_deprecated` and `transfer` were deprecated in [paritytech/substrate#12951](https://github.com/paritytech/substrate/pull/12951) and have now been removed.
|
||||
|
||||
notes:
|
||||
- Use `set_balance_deprecated` instead `force_set_balance` and `transfer_allow_death` instead of `transfer`.
|
||||
|
||||
crates:
|
||||
- name: pallet-balances
|
||||
Reference in New Issue
Block a user