From 2c06c0cae7105861332893bcfe58bdea9b75837d Mon Sep 17 00:00:00 2001 From: Lauren Date: Fri, 21 Jan 2022 10:49:44 -0500 Subject: [PATCH] [Desktop] Release notes for 1.34.x Release #2 Fix #20621 --- CHANGELOG_DESKTOP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG_DESKTOP.md b/CHANGELOG_DESKTOP.md index 4291008e0cd8..c8a7a4aaed75 100644 --- a/CHANGELOG_DESKTOP.md +++ b/CHANGELOG_DESKTOP.md @@ -1,5 +1,12 @@ # Changelog +## [1.34.81](https://github.com/brave/brave-browser/releases/tag/v1.34.81) + + - Removed requests to https://ftx.com at startup without user opt-in. ([#20501](https://github.com/brave/brave-browser/issues/20501)) + - Fixed trailing zeros being incorrectly removed in certain cases. ([#20402](https://github.com/brave/brave-browser/issues/20402)) + - Fixed brave://settings/ipfs/keys loading blank page in certain cases. ([#20341](https://github.com/brave/brave-browser/issues/20341)) + - Upgraded Chromium to 97.0.4692.99. ([#20553](https://github.com/brave/brave-browser/issues/20553)) ([Changelog for 97.0.4692.99](https://chromium.googlesource.com/chromium/src/+log/97.0.4692.71..97.0.4692.99?pretty=fuller&n=1000)) + ## [1.34.80](https://github.com/brave/brave-browser/releases/tag/v1.34.80) - Added the ability to make the tab audio icon non-clickable using brave://flags/#tab-audio-icon-interactive. ([#19979](https://github.com/brave/brave-browser/issues/19979))