Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major

## [Unreleased]

Nothing yet.

## 5.0.1

### Fixed

- a live query no longer ships the raw table row, or mis-orders a projected window (#235)

### Changed

- restamp the status table to 5.0.0, from the registry rather than from intent (#234)


## 5.0.1 - 2026-08-20

A patch: one fix, in two packages, closing the defect 5.0.0's own work uncovered. No API changed.

### Fixed

- **A live query no longer re-delivers the raw table row, and no longer mis-orders a projected
Expand Down
Loading