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

ibzib pushed a commit to branch 220-changelog
in repository https://gitbox.apache.org/repos/asf/beam.git

commit de01ff626c56850b5ff82a551fa20c974f2689df
Author: Kyle Weaver <[email protected]>
AuthorDate: Wed Mar 25 18:30:42 2020 -0700

    Add notes to change log.
---
 CHANGES.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 18efac4..76e3da7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -120,11 +120,14 @@
 * Fixed numpy operators in ApproximateQuantiles (Python) 
([BEAM-9579](https://issues.apache.org/jira/browse/BEAM-9579)).
 * Fixed exception when running in IPython notebook (Python) 
([BEAM-X9277](https://issues.apache.org/jira/browse/BEAM-9277)).
 * Fixed 1833 (Python) 
([BEAM-1833](https://issues.apache.org/jira/browse/BEAM-1833))
+* Fixed Flink uberjar job termination bug. 
([BEAM-9225](https://issues.apache.org/jira/browse/BEAM-9225))
+* Fixed SyntaxError in process worker startup 
([BEAM-9503](https://issues.apache.org/jira/browse/BEAM-9503))
 
 ## Known Issues
 
 * ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 * ([BEAM-9322](https://issues.apache.org/jira/browse/BEAM-9322)).
+* Python SDK `pre_optimize=all` experiment may cause error 
([BEAM-9445](https://issues.apache.org/jira/browse/BEAM-9445))
 
 # [2.19.0] - 2020-01-31
 

Reply via email to