From d5f37752f346beba6b17ab7495b260ad5c9475df Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 24 Oct 2024 12:19:19 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bcd0f3d970..5e3b3d24bc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,10 +18,10 @@ This document contains changes of oneTBB compared to the last release. ## Table of Contents -- [:tada: Preview Features](#tada-preview-features) -- [:rotating\_light: Known Limitations](#rotating_light-known-limitations) -- [:hammer: Issues Fixed](#hammer-issues-fixed) -- [:octocat: Open-Source Contributions Integrated](#octocat-open-source-contributions-integrated) +- [Preview Features](#preview-features) +- [Known Limitations](#known-limitations) +- [Issues Fixed](#issues-fixed) +- [Open-Source Contributions Integrated](#open-source-contributions-integrated) ## :tada: Preview Features - Extended the Flow Graph receiving nodes with a new ``try_put_and_wait`` API that submits a message to the graph and waits for its completion.