From ad4bab0bd4ffaac0dbfd13f90fa0f5c6bd58bf95 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 23:07:14 +0000 Subject: [PATCH] Update CHANGELOG to v2020.06.1 (#1760) (#1761) (cherry picked from commit a767dcb95988abc14165a2a320ee39932a1c85ca) Co-authored-by: Ryan Julian --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8394f2a81..c6ee2e04e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2020.06.1 +- Fixed + * Pipenv fails to resolve a stable dependency set because of excessively-narrow dependencies in tensorflow-probability ([#1721](https://github.com/rlworkgroup/garage/pull/1721)) + * Bug which prevented `rollout` from running policies deterministically ([#1714](https://github.com/rlworkgroup/garage/pull/1714)) + ## 2020.06.0 ### Added