Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Jan 23, 2024
1 parent 881e552 commit a721b75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,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 a721b75

Please sign in to comment.