Files
pezkuwi-subxt/prdoc/1.5.0/pr_2388.prdoc
T
Chevdor 42a3afba94 Changelogs local generation (#1411)
This PR introduces a script and some templates to use the prdoc involved
in a release and build:
- the changelog
- a simple draft of audience documentation

Since the prdoc presence was enforced in the middle of the version
1.5.0, not all PRs did come with a `prdoc` file.
This PR creates all the missing `prdoc` files with some minimum content
allowing to properly generate the changelog.
The generated content is **not** suitable for the audience
documentation.

The audience documentation will be possible with the next version, when
all PR come with a proper `prdoc`.

## Assumptions

- the prdoc files for release `vX.Y.Z` have been moved under
`prdoc/X.Y.Z`
- the changelog requires for now for the prdoc files to contain author +
topic. Thos fields are optional.

The build script can  be called as:
```
VERSION=X.Y.Z ./scripts/release/build-changelogs.sh
```

Related:
-  #1408

---------

Co-authored-by: EgorPopelyaev <egor@parity.io>
2023-12-12 14:29:56 +00:00

31 lines
1.0 KiB
Plaintext

# Schema: Parity PR Documentation Schema (prdoc)
# See doc at https://github.com/paritytech/prdoc
title: Add new flexible `pallet_xcm::transfer_assets()` call/extrinsic
author: acatangiu
topic: runtime
doc:
- audience: Runtime Dev
description: |
For complex combinations of asset transfers where assets and fees may have different reserves or
different reserve/teleport trust configurations, users can use the newly added `transfer_assets()`
extrinsic which is more flexible in allowing more complex scenarios.
The new extrinsic enables, for example, a (non-system) parachain to teleport their `ForeignAssets`
assets to `AssetHub` while using (reserve-based) `DOT` to pay fees.
notes:
- Now `(limited_)reserve_transfer_assets()` only allow reserve-based transfers for all assets
including fees, similarly `(limited_)teleport_assets()` only allows teleports for all assets
including fees.
migrations:
db: []
runtime: []
crates:
- name: pallet-xcm
host_functions: []