diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index fd88eb11c..e01c31bd0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - added: WebGUI::Wizard framework to build step-by-step wizards - added: example / thumbnail images for templates - added: Style Picker as part of the initial setup wizard + - added: CHI cache driver 7.9.3 - added #11477: No synopsis in asset now means no synopsis in search index diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 2f23c263d..4eeb20f7e 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -140,6 +140,8 @@ checkModule("Business::PayPal::API", "0.62" ); checkModule("Locales", "0.10" ); checkModule("Test::Harness", "3.17" ); checkModule("DateTime::Event::ICal", "0.10" ); +checkModule("CHI", "0.34" ); +checkModule("Cache::FastMmap", "1.35" ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;