summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-08-06 21:24:45 +0900
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-10 08:33:55 +0000
commit97eac15d341ac26cf16c019719edec2078058045 (patch)
tree5c933947f28c93a79bf132f54ab363ac1d7d6413 /NEWS
parent83cff41bc0616db68a90088700c4984a110a16f0 (diff)
downloadbuildstream-97eac15d341ac26cf16c019719edec2078058045.tar.gz
NEWS: Document breaking change, keys which can only be specified in project.conftristan/fix-redundant-session-headings
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c97dc6e0..babcb259b 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---