aboutsummaryrefslogtreecommitdiff
path: root/node_modules/asap/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/asap/CHANGES.md')
-rw-r--r--node_modules/asap/CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/asap/CHANGES.md b/node_modules/asap/CHANGES.md
index e9ffa4626..f105b9195 100644
--- a/node_modules/asap/CHANGES.md
+++ b/node_modules/asap/CHANGES.md
@@ -1,4 +1,10 @@
+## 2.0.6
+
+Version 2.0.4 adds support for React Native by clarifying in package.json that
+the browser environment does not support Node.js domains.
+Why this is necessary, we leave as an exercise for the user.
+
## 2.0.3
Version 2.0.3 fixes a bug when adjusting the capacity of the task queue.