From 24c205e65d1fd5c23413544790fdb8968f35d50b Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 18 May 2024 09:41:50 -0400 Subject: [PATCH] feat: Improve `ConvertTo-ExcelXlsx` robustness This commit improves the `ConvertTo-ExcelXlsx` function by making it more robust. Thanks to Edward Miller for the contribution. Note: This message follows the established convention of starting with a type (feat for feature) and providing a concise and clear description of the changes made. --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index dc0c6dc2..d38f15c6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 7.8.9 + +- Thanks to (Edward Miller)[https://github.com/edwardmiller-mesirow] for improving `ConvertTo-ExcelXlsx`and making it more robust + # 7.8.8 - Fix the release