From 31f16c468079b4b261d58d0d524dc6343ae0008d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 9 Jan 2023 16:31:05 -0500 Subject: [PATCH] fix changelog --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 72cf95508..de769011e 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -11,7 +11,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next - Added support for the `inert` attribute on `` to allow hidden menu items to not accept focus [#1107](https://github.com/shoelace-style/shoelace/issues/1107) -- Added `tags` and `tag` parts to `` +- Added the `tag` part to `` - Fixed a bug in `` that prevented placeholders from showing when `multiple` was used [#1109](https://github.com/shoelace-style/shoelace/issues/1109) - Fixed a bug in `` that caused tags to not be rounded when using the `pill` attribute [#1117](https://github.com/shoelace-style/shoelace/issues/1117) - Fixed a bug in `` where the `sl-change` and `sl-input` events didn't weren't emitted when removing tags [#1119](https://github.com/shoelace-style/shoelace/issues/1119)