From 4fbaf355278a14a037ef2270d98ede64cf03b9b8 Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Sun, 26 Mar 2023 09:25:23 -0700 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d24523c8fe..b54c3ccc4f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,8 @@ XRT ChangeLog ~~~~~~~~~~~~~~~~~~~~~~ Added ..... -* New xrt::run::wait2() API was added to throw an exception when command completes abnormally (state different from ERT_CMD_STATE_COMPLETED). +* New ``xrt::run::wait2()`` API was added to throw an exception when command completes abnormally (state different from ERT_CMD_STATE_COMPLETED). +* New ``xrt::xclbin::get_interface_uuid()`` API. The interface uuid is available only for xclbins that are built with 2023.1 Vitis. Removed .......