From 7b71a17093dc8e2e3c09e0e9468c2887ebc4cc87 Mon Sep 17 00:00:00 2001 From: Christopher Hesse Date: Fri, 28 Feb 2020 15:03:32 -0800 Subject: [PATCH] actually version was correct, update CHANGES --- CHANGES.md | 10 ++++++---- VERSION | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a1b2fc3ec..aaa2aa55f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,14 @@ # Changelog -## 0.7.2 - -* fix for new pyglet minor version that breaks backward compatibility - ## 0.7.1 * fix discrete and multi-discrete action space filtering +* fix random printfs when making environments +* data fixes for AeroStar-GameBoy, ChaseHQII-Genesis, Geimos-Nes, MagicalTaruruutoKun-Genesis, KanshakudamaNageKantarouNoToukaidouGojuusanTsugi-Nes, TigerHeli-Nes (may change reward for these games, mostly these are bug fixes) +# python 3.5 compatibility fix (thanks @kieran-lemayai!) +* fix for new pyglet minor version that breaks backward compatibility (thanks @fsimond!) +* json parsing fix (thanks @eaplatanios!) +* minor memory leak fix (thanks @eaplatanios!) ## 0.7.0 diff --git a/VERSION b/VERSION index 7486fdbc5..39e898a4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.2 +0.7.1