From 4bb6ddff872f70454cbd143cc484c780fc2a20f4 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sat, 17 Aug 2024 09:42:41 -0500 Subject: [PATCH] update CHANGELOG.md --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2352f2d..bed83c4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -19,7 +19,7 @@ Notable changes to the PhoenixPE project. - Added WinRAR script. ### Changed -- PhoenixPE now requires PEBakery v1.2.0-develop or greater due to new StrFormat,StartTrim` and `StrFormat,EndTrim` commands implemented. +- **PhoenixPE now requires PEBakery v1.2.0-develop or greater due to new StrFormat,StartTrim` and `StrFormat,EndTrim` commands implemented.** - Changed usage of `StrFormat,Ctrim` to use `StrFormat,StartTrim` and `StrFormat,EndTrim` where appropriate. (Issue #96) - Windows Event Log Service startup now logs to PhoenixPE.log instead of %temp%. - Added a informational message to PhoenixPE.log if booting in Forensic Mode (WinFE write-protect, etc.).