From d9b993d32d2d10919c3adfd4a2c8a9f4114a2549 Mon Sep 17 00:00:00 2001 From: Stepan Sindelar Date: Wed, 17 Oct 2018 18:55:56 +0200 Subject: [PATCH] Update the CHANGELOG (cherry picked from commit ff66e2e7611cef238753bc45f06f1a5962392a99) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428fae6220..77581b8a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.0 RC 8 + +Bug fixes + +* slot (`@`) was not working with foreign arrays +* memory leak when invoking some native functions +* one `symbol` was reported multiple times to the memory profiler +* maintain the same ownership relation between SEXPs as GNU-R does to prevent an unexpected collection of some SEXPs + # 1.0 RC 7 API changes