From e7130344de6548ce843193f27c6e69fd99f21926 Mon Sep 17 00:00:00 2001 From: Adam Gleave Date: Tue, 7 Jul 2020 19:03:46 -0700 Subject: [PATCH] Add changelog entry --- docs/misc/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 0ca6fa9..a65ec1d 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -21,6 +21,7 @@ New Features: when ``psutil`` is available - Saving models now automatically creates the necessary folders and raises appropriate warnings (@PartiallyTyped) - Refactored opening paths for saving and loading to use strings, pathlib or io.BufferedIOBase (@PartiallyTyped) +- Introduced ``BaseModel`` abstract parent for ``BasePolicy``, which critics inherit from. Bug Fixes: ^^^^^^^^^^