Skip to content

Commit

Permalink
Move allowFunctionEvaluation's description into the Fix section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanabani committed Aug 12, 2022
1 parent 69226bb commit 9ace906
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# 2.2.2
## Feature
- Add `allowFunctionEvaluation` prop to mitigate a security vulnerability

## Fix
- Add `allowFunctionEvaluation` prop to mitigate a security vulnerability
- Use [`Function`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function) instead of [`eval`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) for function evaluation

# 2.2.0
Expand Down

0 comments on commit 9ace906

Please sign in to comment.