diff --git a/NEWS b/NEWS index 82cec428f..b351fa06c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +06-Mar-2018 IGNITION v0.24.0 + + Features + + - Warn when adding and enabling a systemd unit and there is no "Install" + section in the unit contents + - Add highlights to reports generated by "Validate" functions on config + structs + + Changes + + - Move a helper validation function to the "config/validate" package + - Move unit validation helpers to "config/shared/validations" + - Add common error types to "config/shared/errors", refactor "config/v*" to + use these errors + 12-Mar-2018 IGNITION v0.23.0 Changes