From 05658ac6ac44c4ac81fa003b606d9f2ad11f0c08 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Thu, 5 Aug 2021 15:57:01 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8cb24f161ab..74a0fe639467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 6.11.0 + +feat(nextjs): Allow for TypeScript user config files (#3847) +fix(browser): Make sure handler exists for LinkedErrors Integration (#3861) +fix(core): Skip anonymous callbacks while searching frame URLs. (#3842) +fix(core): Stop rejecting in `flush` and `close` when client undefined (#3846) +fix(nextjs): Stop `SentryWebpackPlugin` from uploading unnecessary files (#3845) +fix(react): Require ReactElement in ErrorBoundary props and render (#3857) +fix(tests): Allow tests to run on Windows without WSL (#3813) +fix(utils): Fix false-positive circular references when normalizing `Event` objects (#3864) +fix(vue): Make Router.name type optional to match VueRouter (#3843) +ref(core): Prevent redundant setup work (#3862) +ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860) + ## 6.10.0 - feat(vue): Rework tracing and add support for `Vue 3` (#3804)