From 3cb1f6ee5ec575b5264f332adff8c8022188baa2 Mon Sep 17 00:00:00 2001 From: Alex Wykoff Date: Fri, 27 Jan 2017 10:48:42 -0600 Subject: [PATCH] updated release notes to include latest fixes for 0.13.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a607f93599c..cfd164979c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ - Changed "window renderer" processes to no longer include Node (content renderers never did in Brave). ([#6454](https://github.com/brave/browser-laptop/issues/6454)) - Changed Battery Status API to require user permission. ([#1885](https://github.com/brave/browser-laptop/issues/1885)) - Updated localization files. ([#6709]((https://github.com/brave/browser-laptop/issues/6709)) +- Fixed Twitter login. ([#4758](https://github.com/brave/browser-laptop/issues/4758)) +- Fixed blocking of YouTube ads. ([#4693](https://github.com/brave/browser-laptop/issues/4693)) +- Fixed tab switching performance. ([#6715](https://github.com/brave/browser-laptop/issues/6715)) +- Fixed drag and drop for tabs. ([#6033](https://github.com/brave/browser-laptop/issues/6033)) - Fixed memory leak causing renderer crashes. ([#6656](https://github.com/brave/browser-laptop/issues/6656)) - Fixed 1Password auto-submit on fill. ([#5875](https://github.com/brave/browser-laptop/issues/5875)) - Fixed focus on tabs keeps "bouncing" back to previous tab. ([#5730](https://github.com/brave/browser-laptop/issues/5730))