From 527bb9d5667d235ef70412c63bf7374ffe4e08bf Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Sun, 1 Nov 2020 20:06:59 +0100
Subject: [PATCH] CHANGES: Document Concurrent.Promise fix

---
 CHANGES | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6c52a9cdf9..7c18ac41b5 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
 
-- 
GitLab