Skip to content

Commit 3947da3

Browse files
committed
Group unreleased changelog items more appropriately
The items were all listed under the "Added" heading, but I'm pretty confident #976 & #991 were effectively internal fixes that had no impact on clients of the web component, and it feels like it's worth highlighting #1003 as a *change* to the existing behaviour rather than the addition of a new feature.
1 parent e4fc8e3 commit 3947da3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Added
1010

1111
- Support to enable embedding iframes in HTML projects from in-house domains (#985)
12-
- Unit tests for `pyodide` runner (#976)
1312
- Dispatch event when project identifier changes, e.g. after project is remixed (#2830)
14-
- Remove broken `format` script (#991)
15-
- Invalidate cached project when project is remixed (#1003)
1613
- Add `load_remix_disabled` attribute to web component (#992)
1714

15+
### Changed
16+
17+
- Invalidate cached project when project is remixed (#1003)
18+
19+
### Fixed
20+
21+
- Unit tests for `pyodide` runner (#976)
22+
- Remove broken `format` script (#991)
23+
1824
## [0.22.2] - 2024-03-18
1925

2026
### Added

0 commit comments

Comments
 (0)