From db1ab1dcf37a484370c33b399c52f4e9569c793d Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 30 Oct 2023 05:17:13 -0700 Subject: [PATCH] Remove stray parentheses from release notes #minor-release PiperOrigin-RevId: 577809964 --- RELEASENOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bc49106312..4760514b8e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -59,7 +59,7 @@ ### 1.2.0-rc01 (2023-11-01) This release includes the following changes since the -[1.2.0-beta01 release](#120-beta01-2023-10-18)): +[1.2.0-beta01 release](#120-beta01-2023-10-18): * ExoPlayer: * Add luma and chroma bitdepth to `ColorInfo` @@ -112,7 +112,7 @@ This release includes the following changes since the ### 1.2.0-beta01 (2023-10-18) This release includes the following changes since the -[1.2.0-alpha02 release](#120-alpha02-2023-09-29)): +[1.2.0-alpha02 release](#120-alpha02-2023-09-29): * Audio: * Add `onAudioTrackInitialized` and `onAudioTrackReleased` callbacks to @@ -142,7 +142,7 @@ This release includes the following changes since the ### 1.2.0-alpha02 (2023-09-29) This release includes the following changes since the -[1.2.0-alpha01 release](#120-alpha01-2023-08-17)): +[1.2.0-alpha01 release](#120-alpha01-2023-08-17): * Common Library: * Upgrade `androidx.annotation:annotation-experimental` to `1.3.1`. This @@ -238,7 +238,7 @@ This release includes the following changes since the ### 1.2.0-alpha01 (2023-08-17) This release includes the following changes since the -[1.1.1 release](#111-2023-08-14)): +[1.1.1 release](#111-2023-08-14): * Common Library: * Add a `@Nullable Throwable` parameter to the methods in the `Log.Logger`