From a494846a85c4cafca1504da6892fa62ee7bc5ceb Mon Sep 17 00:00:00 2001 From: tonihei Date: Tue, 26 Jun 2018 08:30:21 -0700 Subject: [PATCH] Fix release notes formatting. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202132623 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 99f6c7549e..7b13d93005 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -48,7 +48,7 @@ * Deprecate `DefaultAnalyticsListener` as selective listener overrides can be directly made with the `AnalyticsListener` interface. * IMA: Fix behavior when creating/releasing the player then releasing - `ImaAdsLoader` ((#3879)[https://github.com/google/ExoPlayer/issues/3879]). + `ImaAdsLoader` ([#3879](https://github.com/google/ExoPlayer/issues/3879)). ### 2.8.2 ###