You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/06/28 18:35:58 UTC

[beam] 01/01: remove mention of dill in release notes as it's not relevant.

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5dee63af6cec57890d927d72ed1cbd12f1e02034
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Jun 28 20:35:46 2022 +0200

    remove mention of dill in release notes as it's not relevant.
---
 CHANGES.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 9a5873ae940..773618f2c88 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -97,7 +97,6 @@
 * Go SDK textio Reads have been moved to Splittable DoFns exclusively. ([BEAM-14489](https://issues.apache.org/jira/browse/BEAM-14489))
 * Pipeline drain support added for Go SDK has now been tested. ([BEAM-11106](https://issues.apache.org/jira/browse/BEAM-11106))
 * Go SDK users can now see heap usage, sideinput cache stats, and active process bundle stats in Worker Status. ([BEAM-13829](https://issues.apache.org/jira/browse/BEAM-13829))
-* The serialization (pickling)  library for Python is dill==0.3.1.1 ([BEAM-11167](https://issues.apache.org/jira/browse/BEAM-11167))
 
 ## Breaking Changes