Skip to content

Commit 0c8dbcf

Browse files
committed
docs(CHANGES): credit
1 parent 3d7767c commit 0c8dbcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ BREAKING CHANGES:
66
- Removes `preventEval` property. Prefer `eval: false` instead.
77
- Changed behavior of `eval` property. In the browser, `eval`/`Function` won't be used by default to evaluate expressions. Instead, we'll safely evaluate using a subset of JavaScript. To resume using unsafe eval in the browser, pass in the option `eval: "native"`
88

9-
- feat: add safe eval for browser and `eval` option (#185)
10-
- feat: add `ignoreEvalErrors` property.
9+
- feat: add safe eval for browser and `eval` option (#185) (@80avin)
10+
- feat: add `ignoreEvalErrors` property (@80avin)
1111

1212
## 8.1.0
1313

0 commit comments

Comments
 (0)