Skip to content

Commit

Permalink
Update “CHANGELOG.md” to note fix for #197.
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineear committed Nov 9, 2024
1 parent 1ea15e3 commit 233711c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- The default template engine now renders _fully_ depth-first. Previously, this
could lead to bugs where a child element’s `connectedCallback` would be called
before initial dom updates could be applied. In particular, this caused issues
with default initial values causing unexpected `observe` callbacks (#197).

## [1.1.0] - 2024-10-18

### Added
Expand Down

0 comments on commit 233711c

Please sign in to comment.