diff options
Diffstat (limited to 'node_modules/asap/CHANGES.md')
-rw-r--r-- | node_modules/asap/CHANGES.md | 6 |
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. |