Skip to content

Commit

Permalink
docs: Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 22, 2024
1 parent 95410d1 commit a8962e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marshal/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in `@endo/marshal`:

# Next release
# v1.6.0 (2024-10-22)

- `compareRank` now short-circuits upon encountering remotables to compare, considering the inputs to be tied for the same rank regardless of what would otherwise be visited later in their respective data structures. This ensures that a `fullCompare` which does distinguish remotables will be a refinement of `compareRank`, rather than disagreeing about whether or not two values share a rank ([#2588](https://github.com/endojs/endo/issues/2588)).

Expand Down

0 comments on commit a8962e7

Please sign in to comment.