Skip to content

Commit e20e411

Browse files
committed
small fix to release notes
1 parent 0dc0f2d commit e20e411

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676

7777
This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated `catch` clause of lowered `for await` loops. The code that generated the loop previously failed to mark the internal variable references as used.
7878

79-
* Update the Go compiler from v1.25.5 to v1.25.7 ([#4383](https://github.com/evanw/esbuild/issues/4383)
79+
* Update the Go compiler from v1.25.5 to v1.25.7 ([#4383](https://github.com/evanw/esbuild/issues/4383), [#4388](https://github.com/evanw/esbuild/pull/4388))
80+
81+
This PR was contributed by [@MikeWillCook](https://github.com/MikeWillCook).
8082

8183
## 0.27.2
8284

0 commit comments

Comments
 (0)