diff --git a/NEWS b/NEWS index 8941c728..2d917768 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,8 @@ * Fixed a memory leak where an exception message would be created. * Fixed a bug where cycle detector works in asynchronous Dispatch::Queue even if it set ARR_CYCLES_DISABLE. + * Fixed a bug which #send would freeze app when passed method name which + accepts a bool type value if the method would be used with #send only. * Optimized where it would convert type implicit using #to_str etc. * Improved String#to_sym performance. ~40% faster. * Improved performance in dispatcher. ~20% faster. diff --git a/vm b/vm index 817c6803..9800aa02 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 817c680378e10405492b8494acea2f36e7d7c182 +Subproject commit 9800aa0257c4554774005d5a551f2924a3655431