blob: 44e704c85c2040091c2b310470f3646fffbccfa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
features:
- |
Patches can now be related to other patches (e.g. to cross-reference
revisions). Relations can be set via the REST API by maintainers
(currently only for patches of projects they maintain). Patches can
belong to at most one relation at a time.
api:
- |
Relations are available via ``/patches/{patchID}/`` endpoint, in
the ``related`` field.
|