From 201c0a9c21b63a03d7e0bae89a4b620f40cbd27b Mon Sep 17 00:00:00 2001 From: Chongxiao Cao Date: Fri, 25 Feb 2022 15:23:18 -0800 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f871580c..179261271c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - fix the example of pytorch_lightning_mnist.py ([#3245](https://github.com/horovod/horovod/pull/3245)) - Call _setup in remote trainers to point to the correct shared lib path ([#3258](https://github.com/horovod/horovod/pull/3258)) + +- Fix imports from tensorflow.python.keras with tensorflow 2.6.0+ ([#3403](https://github.com/horovod/horovod/pull/3403)) + ## [v0.23.0] - 2021-10-06 ### Added