Skip to content

Commit 89d3f37

Browse files
committed
fix: correct changelog order (newest first)
1 parent 38b9ca6 commit 89d3f37

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

changelog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.43.1] - 2026-05-22
6+
7+
### Fixed
8+
9+
- **SDK**: `fetchOrderBook` now correctly inserts a `null` placeholder for `limit` when only `params` is provided, ensuring `params` lands at `args[2]` for the hosted API.
10+
- **SDK**: `fetchOrderBook` now handles array responses from range queries (`since` + `until`) instead of treating them as a single `OrderBook`.
11+
512
## [2.43.0] - 2026-05-22
613

714
### Added
@@ -17,13 +24,6 @@ All notable changes to this project will be documented in this file.
1724
- **fetchOrderBook** signature widened from `(outcomeId, side?)` to `(outcomeId, limit?, params?)`. Backwards compatible — `side` moved to `params.side`. All 14 exchange implementations, Router, and SDK updated.
1825
- SDK `fetchOrderBook` return type widened to `OrderBook | OrderBook[]` (array when `since` + `until` are both provided).
1926

20-
## [2.43.1] - 2026-05-22
21-
22-
### Fixed
23-
24-
- **SDK**: `fetchOrderBook` now correctly inserts a `null` placeholder for `limit` when only `params` is provided, ensuring `params` lands at `args[2]` for the hosted API.
25-
- **SDK**: `fetchOrderBook` now handles array responses from range queries (`since` + `until`) instead of treating them as a single `OrderBook`.
26-
2727
## [2.42.7] - 2026-05-22
2828

2929
### Fixed

0 commit comments

Comments
 (0)