Skip to content

Commit 02ad050

Browse files
committed
chore: add 2.37.8 changelog entry for Opinion title fix
1 parent c08d771 commit 02ad050

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

changelog.md

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

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

5+
## [2.37.8] - 2026-05-05
6+
7+
### Fix: Opinion child market titles now include parent event context
8+
9+
- Opinion categorical markets (e.g., "Next James Bond actor?") produce
10+
child markets with generic titles like "$200M", "Callum Turner", or
11+
"June 30, 2026". These titles lack the subject context needed for
12+
cross-venue matching.
13+
- The Opinion normalizer now prepends the parent event title to child
14+
market titles using the same `${event} - ${market}` pattern Polymarket
15+
uses. Examples:
16+
- `$200M``Probable FDV above ... one day after launch? - $200M`
17+
- `Callum Turner``Next James Bond actor? - Callum Turner`
18+
- `June 30, 2026``Will Trump visit China by...? - June 30, 2026`
19+
- This prevents the cross-venue matcher from incorrectly pairing generic
20+
Opinion markets (e.g., Probable FDV "$200M") with unrelated markets on
21+
other venues that share the same threshold (e.g., Variational FDV
22+
"$200M", Unit FDV "$200M").
23+
524
## [2.37.7] - 2026-05-05
625

726
### Fix: Kalshi `watchOrderBook` returns empty orderbook for non-existing markets (#124)

0 commit comments

Comments
 (0)