From d8a39b1358ebdf0ec7c1b9113fe7f80f4501e39f Mon Sep 17 00:00:00 2001 From: Erik Carstensen Date: Mon, 27 Jan 2025 14:07:23 +0100 Subject: [PATCH] Add release notes for recent change in dml-api See https://github.com/intel-innersource/applications.simulators.simics.simics-base/pull/8300 and https://github.com/intel-innersource/applications.simulators.simics.simics-base/pull/8388 --- RELEASENOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 17c8c812..93b8b753 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -228,3 +228,9 @@ as Coverity support is enabled by passing `--coverity` to DMLC. - `release 6 6356` - `release 7 7060` +- `note 6` Made some changes in the auto-generation of DML bindings of the + Simics API. Some symbols that previously were omitted from the DML bindings + are now included. This can in principle break existing code that provides + corresponding `extern` declarations manually; however, the impact is expected + to be small since the new symbols are mostly internal functions unrealted to + device modeling.