From 2177e81b5520fa03513dc063f9aaf3ee620ad47c Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 21 Jan 2026 10:17:28 -0500 Subject: [PATCH] Add more info to CHANGES on logical type issue --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1dd3908bf33a..6bc2f938cf37 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -109,7 +109,7 @@ ## Bugfixes * Fixed FirestoreV1 Beam connectors allow configuring inconsistent project/database IDs between RPC requests and routing headers #36895 (Java) ([#36895](https://github.com/apache/beam/issues/36895)). -* Logical type and coder registry are saved for pipelines in the case of default pickler. This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) ([#35738](https://github.com/apache/beam/issues/35738)). +* Logical type and coder registry are saved for pipelines in the case of default pickler ([#36271](https://github.com/apache/beam/issues/36271)). This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) ([#35738](https://github.com/apache/beam/issues/35738)). ## Known Issues