diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-26 14:23:45 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-26 14:23:45 +0900 |
commit | 16e719a93fc6e4bdbb1725157024366c41917edb (patch) | |
tree | 5af4f422c990bb6014e2ca4e7b1f692be9e0eacc /NEWS | |
parent | 4be462d3a43e2d32c1d2115737acefe632c48ccc (diff) | |
download | buildstream-16e719a93fc6e4bdbb1725157024366c41917edb.tar.gz |
NEWS: Added news entry for versioning fixes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,6 +29,13 @@ buildstream 1.1.3 o The elements whose cache keys had to be determined during the build are summarised at the end of the build. + o Fixed versioning introspection to be dynamic, many users use + a developer install mode so they can update with git, now the + version information is always up to date in logs. + + This causes a minor API break: The --version output now only + outputs the version. + ================= buildstream 1.1.2 |