diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a45eb97..cca236fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
* 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
* 🎉 #1287 New `.is-invisible` helper
+* 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
### Improvements
diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html
index 4a9576a4..eb04bd24 100644
--- a/docs/documentation/components/navbar.html
+++ b/docs/documentation/components/navbar.html
@@ -736,6 +736,9 @@ document.addEventListener('DOMContentLoaded', function () {
navbar-dropdown
+
+ You can add the modifier class is-expanded
to turn it into a full-width element.
+