summaryrefslogtreecommitdiff
path: root/deps/acorn/acorn/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/acorn/acorn/CHANGELOG.md')
-rw-r--r--deps/acorn/acorn/CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/acorn/acorn/CHANGELOG.md b/deps/acorn/acorn/CHANGELOG.md
index 430b0b5cd1..f94f23ccf2 100644
--- a/deps/acorn/acorn/CHANGELOG.md
+++ b/deps/acorn/acorn/CHANGELOG.md
@@ -1,3 +1,25 @@
+## 6.2.0 (2019-07-04)
+
+### Bug fixes
+
+Improve valid assignment checking in `for`/`in` and `for`/`of` loops.
+
+Disallow binding `let` in patterns.
+
+### New features
+
+Support bigint syntax with `ecmaVersion` >= 10.
+
+Support dynamic `import` syntax with `ecmaVersion` >= 10.
+
+Upgrade to Unicode version 12.
+
+## 6.1.1 (2019-02-27)
+
+### Bug fixes
+
+Fix bug that caused parsing default exports of with names to fail.
+
## 6.1.0 (2019-02-08)
### Bug fixes