From 021183e19a638771045267ee644161773f10ebf1 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Wed, 15 Jan 2025 10:35:37 -0500 Subject: [PATCH] [MOOSE-172]: changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d64fd5..1e6e85c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ item (Added, Changed, Depreciated, Removed, Fixed, Security). - Updated: project start up scripts to automatically generate the correct contents of the lcoal config files. - Updated: script to install WordPress so we can use a version constant and not install WP every time composer is installed or updated. -- Updated: ESLint config now supports browser environment variable such as `IntersectionObserver` +- Updated: ESLint config now supports browser environment variables such as `IntersectionObserver` - Added: ability for table blocks to utilize the `overflow-x` set on them by setting a `min-width` property for the `table` element within the table block. - Updated: Enabled background images on the Group block; We should try to use this instead of the Cover block where