diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index ec5b63bbf..afa618578 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -14,6 +14,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next +- Added support for using `` in `` default slot [#2015] - Fixed a bug that caused errors to show in the console when components disconnect before before `firstUpdated()` executes [#2127] ## 2.16.0 @@ -32,7 +33,6 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## 2.15.1 -- Added support for using `` in `` default slot [#2015] - Fixed a bug in `` where if a click did not contain a `` it would show a console error. [#2009] - Fixed a bug in `` that caused it not to recalculate it's position when going from being `display: none;` to its original display value. [#1942] - Fixed a bug in `` where when it showed it would cause a layout shift. [#1967]