diff --git a/docs/components/avatar.md b/docs/components/avatar.md
index 02237999..aa2c5b4f 100644
--- a/docs/components/avatar.md
+++ b/docs/components/avatar.md
@@ -19,7 +19,7 @@ const App = () => ;
### Images
To use an image for the avatar, set the `image` and `label` attributes. This will take priority and be shown over initials and icons.
-To lazy load an image you can use the `loading` attribute and set it to `lazy`.
+Avatar images can be lazily loaded by setting the `loading` attribute to `lazy`.
```html preview
`
- Added the `handle-icon` part to ``
- Added `caret`, `check`, `grip-vertical`, `indeterminate`, and `radio` icons to the system library and removed `check-lg` [#985](https://github.com/shoelace-style/shoelace/issues/985)
+- Added the `loading` attribute to `` to allow lazy loading of image avatars [#1006](https://github.com/shoelace-style/shoelace/pull/1006)
- Fixed a bug in `` that prevented the border radius to apply correctly to the header [#934](https://github.com/shoelace-style/shoelace/pull/934)
- Fixed a bug in `` where the inner border disappeared on focus [#980](https://github.com/shoelace-style/shoelace/pull/980)
- Fixed a bug that caused prefix/suffix animations in `` to wobble [#996](https://github.com/shoelace-style/shoelace/issues/996)