diff options
author | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-08-06 21:24:45 +0900 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-08-10 08:33:55 +0000 |
commit | 97eac15d341ac26cf16c019719edec2078058045 (patch) | |
tree | 5c933947f28c93a79bf132f54ab363ac1d7d6413 | |
parent | 83cff41bc0616db68a90088700c4984a110a16f0 (diff) | |
download | buildstream-97eac15d341ac26cf16c019719edec2078058045.tar.gz |
NEWS: Document breaking change, keys which can only be specified in project.conftristan/fix-redundant-session-headings
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ (unreleased) ============ +Format +------ + + o BREAKING CHANGE: Some project.conf keys are no longer allowed to be specified outside + of the project.conf file (they cannot be specified in an include file), these include: + - name + - element-path + - min-version + - plugins + CLI --- |