From 1bd531dec0b4eb745fb8856d14c1aba2b8a73026 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Sun, 1 Nov 2020 20:59:36 +0000 Subject: MLBEDSW-3249: Vela config file examples - Added sample vela.ini config file - Changed vela config format, split into system config and memory mode - Removed unused CPU cycle performance estimation - Added new CLI options for --memory-mode and --verbose-config - Changed CLI option --config to take multiple files - Removed CLI option --global-memory-clock-scales - Changed error helper functions to raise a VelaError exception - Refactored to create a new is_spilling_enabled function Signed-off-by: Tim Hall Change-Id: I27c41577e37a3859edb9524cd99784be10ef0a0d --- RELEASES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index bf6e6793..c88c0335 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,21 @@ main feature changes, interface changes and reported defects that have been fixed. The version numbering adheres to the [semantic versioning](https://semver.org/) scheme. +## Release 2.0.0 + +**Main feature changes:** + +* New Vela configuration file format + +**Interface changes:** + +* Non-backwards compatible changes to the Vela configuration file +* Addition of CLI options: `--memory-mode` + +**Reported defect fixes:** + +* Vela config file examples (MLCE-277) + ## Release 1.2.0 - 31/08/2020 **Main feature changes:** -- cgit v1.2.1