From 7c6698afcb9e8b5fb942729e148ea5ffcda11300 Mon Sep 17 00:00:00 2001 From: Frazer McLean Date: Wed, 26 Jul 2023 22:20:37 +0200 Subject: [PATCH] Start changelog for 1.6 --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES b/CHANGES index f990cd4..84d28df 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,20 @@ Logbook Changelog ================= +Version 1.6.0 +------------- + +Released on + +- Dropped support for Python 2.7, 3.5, and 3.6. +- Uses pyproject.toml based build. +- Added nteventlog extra for NTEventLogHandler. +- Supports SQLAlchemy 1.4 and 2.0. +- Fix various deprecation warnings. +- exc_info arg may be a BaseException instance (thanks Mattijs Ugen) +- FileHandler supports path-like objects. +- Fixed bug which prevented compilation on Cython 3 + Version 1.5.1 -------------