diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1af02784..162a53492f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump webpack-bundle-analyzer [#2229]https://github.com/bigcommerce/cornerstone/pull/2229 - Make screen reader say all errors then each error while tabbing. [#2230]https://github.com/bigcommerce/cornerstone/pull/2230 - Clarify customer order pagination. [#2241]https://github.com/bigcommerce/cornerstone/pull/2241 +- Add global region below the navigation in the header [#2231](https://github.com/bigcommerce/cornerstone/pull/2231) ## 6.5.0 (06-24-2022) - Category icons do not appear in Search Form [#2221]https://github.com/bigcommerce/cornerstone/pull/2221 diff --git a/templates/components/common/header.html b/templates/components/common/header.html index d2efa7169a..0dc9c8d8a9 100644 --- a/templates/components/common/header.html +++ b/templates/components/common/header.html @@ -28,6 +28,7 @@