From ffff60d43a416d3b94f8537a5e5c714dc568db59 Mon Sep 17 00:00:00 2001 From: Kamil Jozwiak Date: Thu, 10 Sep 2020 23:24:52 -0400 Subject: [PATCH] Release notes for 1.13.x Release #4 Fix #11666 --- CHANGELOG_ANDROID.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG_ANDROID.md b/CHANGELOG_ANDROID.md index 985f9eb91cc8..9c7d65a3c1cf 100644 --- a/CHANGELOG_ANDROID.md +++ b/CHANGELOG_ANDROID.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.87](https://github.com/brave/brave-browser/releases/tag/v1.13.87) + + - Fixed crash when opening "Privacy Report" notification while Brave running in background. ([#11625](https://github.com/brave/brave-browser/issues/11625)) + - Fixed "Settings" menu not reachable on devices running Android 7. ([#11620](https://github.com/brave/brave-browser/issues/11620)) + - Fixed text under the location permission modal displaying "Chromium" instead of "Brave". ([#11656](https://github.com/brave/brave-browser/issues/11656)) + - Upgraded Chromium to 85.0.4183.102. ([#11621](https://github.com/brave/brave-browser/issues/11621)) + ## [1.13.85](https://github.com/brave/brave-browser/releases/tag/v1.13.85) - Implemented cross-platform promotion modal. ([#10571](https://github.com/brave/brave-browser/issues/10571))