From 2e6118293b926573c068cd0f9c96021e3be51563 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 4 Sep 2023 10:58:38 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e29ec184..79d06b8f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,6 +4,10 @@ Unfortunetly some code is very old, some code doesn't serve it's purpose anymore, and requires heavy changes that may have an impact on already deployed code. Please make sure to read changes before updating, as we're undergoing some breaking changes. +## 1.8.0 +- Fixes problem with encoding in `New-HTMLMarkdown` +- Fixes problem with `EnableTOC` switch in `New-HTMLMarkdown` + ## 1.7.0 - Add `TargetName` to `New-HTMLCalendar`