From bd2eb6dadfa1668c75f685f1872a35e639855c15 Mon Sep 17 00:00:00 2001 From: Lars Kanis <kanis@comcard.de> Date: Mon, 3 Aug 2015 11:59:53 +0200 Subject: [PATCH] Update History.txt --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 5af71f7..53a9f2f 100755 --- a/History.txt +++ b/History.txt @@ -3,6 +3,7 @@ * Avoid call to rb_class2name() during GC. Fixes #21 * Use release mode, unless extconf.rb is called with --enable-debug, so that all FXTRACE() and FXASSERT() calls are skiped, per default. +* Remove self made GC detection by ruby's rb_during_gc(). === 1.6.31 / 2015-07-21 -- GitLab