Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Jan 23, 2024
1 parent 84d3a00 commit 881e552
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

Contributed by @magic-akari

- Correctly parse type arguments in expression. The following code is now correctly parsed in typescript:

```ts
0 < (0 >= 1);
```

Contributed by @ah-yu

### Website

#### New
Expand Down

0 comments on commit 881e552

Please sign in to comment.