From 45c7f0ca2d1bf89f4e00a98dabfc59e34bfb57f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 4 Mar 2022 11:22:21 +0100 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index c741bc96..c1fbc0a7 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,6 +10,7 @@ * SciSnap2 extension update (FFT), thanks, Eckart! * removed now redundant variadic reporters from the variadic reporters library * **Notable Fixes:** + * addressed security issues in the JIT-compiler, thanks, xBZZZZ! * animation library: fixed pen state for GLIDE, thanks, Brian! * **Documentation Updates:** * **Translation Updates:** @@ -19,6 +20,7 @@ * scenes, objects, threads, gui: refactored STOP * German translation update for "all scenes" * animation library: fixed pen state for GLIDE, thanks, Brian! +* threads: addressed security issues in the JIT-compiler, thanks, xBZZZZ! ### 2022-03-03 * SciSnap2 extension update (FFT), thanks, Eckart!