Phillip Smyth pushed to branch mandatory_suffix at BuildStream / buildstream
Commits:
-
b78ecddf
by Phillip Smyth at 2018-11-23T10:41:30Z
1 changed file:
Changes:
... | ... | @@ -2,6 +2,10 @@ |
2 | 2 |
buildstream 1.3.1
|
3 | 3 |
=================
|
4 | 4 |
|
5 |
+ o BREAKING CHANGE: Attempting to use an element that does not have the `.bst`
|
|
6 |
+ extension, will result in an error message.
|
|
7 |
+ All elements must now be suffixed with `.bst`
|
|
8 |
+ |
|
5 | 9 |
o BREAKING CHANGE: The 'manual' element lost its default 'MAKEFLAGS' and 'V'
|
6 | 10 |
environment variables. There is already a 'make' element with the same
|
7 | 11 |
variables. Note that this is a breaking change, it will require users to
|