diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-02-26 21:43:45 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-02-26 21:43:45 +0900 |
commit | 59615b62ab93001d5c3ac44e884cab7a5ee9cb7c (patch) | |
tree | b8b4dbac0320a5e185e82a60ceff1333a2b42124 /doc | |
parent | 855df10ca4346a5c30a8a59c32dfbbed0c34c988 (diff) | |
download | buildstream-59615b62ab93001d5c3ac44e884cab7a5ee9cb7c.tar.gz |
doc/source/format.rst: Document format version for junction dependency attribute
The junction attribute was merged fairly recently in the 1.1 series without
bumping the project format version, this documents the junctions addition
to be added since the closest version bump where support exists.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/format.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/format.rst b/doc/source/format.rst index 80bc71b95..b3171dc67 100644 --- a/doc/source/format.rst +++ b/doc/source/format.rst @@ -258,6 +258,10 @@ The ``type`` attribute can be used to express the dependency type. The ``junction`` attribute can be used to depend on elements in other projects. See :mod:`junction <elements.junction>`. +.. note:: + + The ``junction`` attribute is available since :ref:`format version 1 <project_format_version>` + Dependency Types ~~~~~~~~~~~~~~~~ |