diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5cdb16b..d21318883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -149,6 +149,7 @@ Warning: Attribute(s) sensor in element Temperature not a core or known extended * `Vehicle.Powertrain.FuelSystem.TimeSinceStart` deprecated from 3.1. New signal `Vehicle.StartTime` added. Reason is that `TimeSinceStart` is not powertrain-related and other signals related to current trip are located on top-level. After discussion it was agreed that it is better to have a signal for start time rather than duration. +* Refactoring of signals in `Vehicle.Body.Lights` branch performed, some signals have new names. ## Planned Changes VSS 4.0 diff --git a/Makefile b/Makefile index 71ef692f3..c58dc6177 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ ttl: # Include all offically supported outputs (i.e. those created by travis_targets). # Exception is binary as it might be target specific and library anyway needs to be rebuilt. # As of today all artifacts generated for release shall include UUID if supported. +# Note: From VSS 3.1 individual files are uploaded instead of tar file, but this command kept for now anyway tar: tar -czvf vss_rel_$$(cat VERSION).tar.gz vss_rel_$$(cat VERSION).json vss_rel_$$(cat VERSION).fidl vss_rel_$$(cat VERSION).yaml \ vss_rel_$$(cat VERSION).csv vss_rel_$$(cat VERSION).graphql.ts vss_rel_$$(cat VERSION).idl