Skip to content

Commit 1e658d3

Browse files
committed
v2.3.0
1 parent c5c4766 commit 1e658d3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [2.3.0] - 2026-02-14
6+
7+
### Features
8+
9+
- **Outcome Shorthand for Trading**: You can now pass a `MarketOutcome` object directly to `createOrder` (TS) or `create_order` (Python) instead of manually specifying `marketId` and `outcomeId`.
10+
- **`marketId` in `MarketOutcome`**: Market outcome objects now include the `marketId` they belong to, enabling the new shorthand functionality and better data traceability.
11+
12+
### Changed
13+
14+
- **Improved Type Safety**: Enhanced input validation for order creation to ensure consistent behavior across different parameter combinations.
15+
- **Documentation & Examples**: Updated trading examples to demonstrate the new recommended shorthand pattern.
16+
517
## [2.2.0] - 2026-02-14
618

719
### Features

0 commit comments

Comments
 (0)