From cbc5938b35d514c5f08ce59dd5b83c759f9261d7 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Wed, 12 Jun 2024 21:19:45 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee86069c0..949d05b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v1.1.0 +### Added + - Added a `classname`/`the_classname` helper to generate complex class names. - Added support for installing the Redis `object-cache.php` drop-in during testing with `with_object_cache()`.