aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-30 01:19:41 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-30 01:19:41 -0700
commitb856d50c3fce135c7d382390648f275cf0e7dc5f (patch)
treeac94ada3b36cc19888c2487d3338e3586e947206
parentdde2b80e1df11c73cf63855190548c0c0eafc7da (diff)
downloadbun-b856d50c3fce135c7d382390648f275cf0e7dc5f.tar.gz
bun-b856d50c3fce135c7d382390648f275cf0e7dc5f.tar.zst
bun-b856d50c3fce135c7d382390648f275cf0e7dc5f.zip
Update CHANGELOG.md
-rw-r--r--src/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md
index 414155fba..dc40562ae 100644
--- a/src/CHANGELOG.md
+++ b/src/CHANGELOG.md
@@ -1,6 +1,6 @@
# Upcoming release
-- [bun run] `bun run ./file.js` now supports running JavaScript, TS, TSX, and JSX files. Before, it would just say `"error: Missing script". If there is no `#!` shebang in the file, You can still use Node & Deno with `bun run`, that works the same as before.
+- [bun run] `bun run ./file.js` now supports running JavaScript, TS, TSX, and JSX files. Before, it would just say `"error: Missing script"`. If there is no `#!` shebang in the file, You can still use Node & Deno with `bun run`, that works the same as before.
- [Bun.js] Top-level await
- [Bun.js] `performance.now()` is implemented
- [Bun.js] `fetch()` is fixed