Skip to content

Commit ab87bfe

Browse files
Fix release notes after 0.4.22-related merging race (#2871)
Context: 89d469a#r168555120 [static] Signed-off-by: Martin Florian <[email protected]>
1 parent 0fe2c8d commit ab87bfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/release_notes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Upcoming
2020
- ``/v0/admin/users/offboard``:
2121
Offboarding a user now also deletes the ledger API user in the participant node.
2222

23+
- Scan
24+
25+
- Added a ``record_time_match`` property to ``/v0/state/acs``, ``/v0/holdings/state`` and ``/v0/holdings/summary`` API requests.
26+
Finds a snapshot that exactly matches the specified ``record_time`` if set to ``exact`` (default),
27+
or finds the first snapshot at or before the specified ``record_time`` if set to ``at-or-before```.
28+
2329
0.4.22
2430
------
2531

@@ -34,12 +40,6 @@ Upcoming
3440
is in catchup mode because there are too many markers.
3541
Catchup mode only triggers when one or more of the SVs failed to convert the markers assigned to them for too long.
3642

37-
- Scan
38-
39-
- Added a ``record_time_match`` property to ``/v0/state/acs``, ``/v0/holdings/state`` and ``/v0/holdings/summary`` API requests.
40-
Finds a snapshot that exactly matches the specified ``record_time`` if set to ``exact`` (default),
41-
or finds the first snapshot at or before the specified ``record_time`` if set to ``at-or-before```.
42-
4343
0.4.21
4444
------
4545

0 commit comments

Comments
 (0)