From 5dd16de9bf6c17b7c6f72cd1ea937b62c9e2f33d Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 6 Sep 2023 12:15:16 +0200 Subject: [PATCH] meta: Update Changelog for 7.68.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29701eff6213..99a1680a6365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.68.0 + +- feat(browser): Add `BroadcastChannel` and `SharedWorker` to TryCatch EventTargets (#8943) +- feat(core): Add `name` to `Span` (#8949) +- feat(core): Add `ServerRuntimeClient` (#8930) +- fix(node-experimental): Ensure `span.finish()` works as expected (#8947) +- fix(remix): Add new sourcemap-upload script files to prepack assets. (#8948) +- fix(publish): Publish downleveled TS3.8 types and fix types path (#8954) + ## 7.67.0 ### Important Changes