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