diff --git a/CHANGES b/CHANGES index 6c52a9cdf92a87db864441fb4368c881964f677d..7c18ac41b56ce826d6b9155c658bf4258571fbcf 100644 --- a/CHANGES +++ b/CHANGES @@ -119,8 +119,11 @@ o Compiler o Concurrent.Promise - Fixed race condition where success- and/or failure- callbacks - could get lost. + - Fixed race condition where success- and/or failure- callbacks + could get lost. + + - Convert errors thrown by the executor passed to Concurrent.Promise() + on create into promise rejection. o Crypto.ECC