From a6a66a9ac8a84c91f137137a026e3f82cb83dac3 Mon Sep 17 00:00:00 2001
From: deannagarcia <69992229+deannagarcia@users.noreply.github.com>
Date: Mon, 31 Jan 2022 16:10:49 -0800
Subject: [PATCH] Update package.xml
Have PHP release notes link back to general release notes .
---
php/ext/google/protobuf/package.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index a451e9280..5bdb92833 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -22,7 +22,7 @@
BSD-3-Clause
- * Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32. (#9440).
+ * See github.com/protocolbuffers/protobuf/releases for release notes.