From 84c61af807136ca54e5633ebd60ff88315422178 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 19 Feb 2023 14:43:34 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9a1aca7..727bf7583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # v1.7.39 ## mm/dd/2023 +1. [](#improved) + * Vendor library updates to latest versions 1. [](#bugfix) - * Fixed an issue with modular pages rendering thew wrong template when dynamically changing the page - * Fixed an issue with `email` validation that was failing on UTF-8 characters. Following best practices and now only check for `@` and length. + * Various PHP 8.2 fixes + * Fixed an issue with modular pages rendering thew wrong template when dynamically changing the page + * Fixed an issue with `email` validation that was failing on UTF-8 characters. Following best practices and now only check for `@` and length. + * Fixed PHPUnit tests to remove deprecation warnings # v1.7.38 ## 01/02/2023