From 85b39620b3dbb31c881ef9459a6faa1624eb672d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lapr=C3=A9?= Date: Tue, 3 Mar 2020 11:00:47 +0100 Subject: [PATCH] Updated changelog --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 02b09846..b07c0f4d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ History ======= +0.8.0 (2020-03-03) +------------------ + +* Added option to configure the timezone for the returned index. Changed default from Europe/Amsterdam to UTC! Adds `pytz` as new dependency(#499) +* More robust detection of the default PI AF server (#496, #501) +* Removed `pytest-runner` dependency unless explicitly requested (#503) +* Exiting the context manager for a `PIAFDatabase` no longer explicitly disconnects from the server, but leaves it up to SDK. (#487) +* Various updates of the package dependencies + 0.7.1 (2019-08-16) ------------------