diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 8b740a79dfbc..d0d8f5f094f4 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -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