From cbc96fdf5c3e45df6678880f32bfc5619d8f5835 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 31 Mar 2023 11:59:49 -0400 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 45294c9d3..2b3355689 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -10,6 +10,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added the `discover()` function to the experimental autoloader's exports [#1236](https://github.com/shoelace-style/shoelace/pull/1236) - Added more tests for `` [#1246](https://github.com/shoelace-style/shoelace/pull/1246) +- Added tests for `` [#1274](https://github.com/shoelace-style/shoelace/pull/1274) - Fixed a bug in `` that prevented long labels from wrapping [#1243](https://github.com/shoelace-style/shoelace/issues/1243) - Fixed a bug in `` that caused labels to be misaligned when text wraps [#1244](https://github.com/shoelace-style/shoelace/issues/1244) - Fixed an incorrect CSS property value in `` [#1272](https://github.com/shoelace-style/shoelace/pull/1272)