Skip to content

Commit

Permalink
chore: fix changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Sep 10, 2021
1 parent 7ed207d commit 8ea130c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
### Fixes

- Fixed bug where calling a method on a property using optional chaining syntax would instead operate as though regular member access was used. Example:

```js
// Prior behavior:
jshiki.evaluate('a?.b?.()') // throws TypeError
Expand Down

0 comments on commit 8ea130c

Please sign in to comment.