From 9e6bc547c76ddfca1d8813004ce9fe7b29ee7d23 Mon Sep 17 00:00:00 2001 From: Matt Hegarty Date: Fri, 24 Mar 2023 12:00:01 +0000 Subject: [PATCH] Update `HISTORY.md` for next release (#544) Co-authored-by: Hugo van Kemenade --- HISTORY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b2678916..e7a3dc64 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,20 @@ # History +## 3.4.0 (2023-03-24) + +### Improvements + +- Move setup to `pyproject.toml` (#542) +- xlsx export: remove redundant code (#541) +- xlsx export: support escape of formulae (#540) +- Add <tbody> tags to HTML output (#539) +- Check for type list and improve error msg (#524) + +### Bugfixes + +- Fix bug when yaml file is empty (#535) +- Fix linting issues raised by Flake8 (#536) + ## 3.3.0 (2022-12-10) ### Improvements