Skip to content

Commit f5ddca8

Browse files
committed
FIX: Fix typo in Python change notes
1 parent f20b9a8 commit f5ddca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Upgraded `databento-dbn` to 0.15.1
88

99
#### Breaking changes
10-
- Renamed `DatatbentoLiveProtocol.started` to `DatatbentoLiveProtocol.is_started` which now returns a bool instead of an `asyncio.Event`
10+
- Renamed `DatabentoLiveProtocol.started` to `DatabentoLiveProtocol.is_started` which now returns a bool instead of an `asyncio.Event`
1111

1212
#### Bug fixes
1313
- Fixed an issue where an error message from the live gateway would not properly raise an exception if the connection closed before `Live.start` was called
@@ -258,7 +258,7 @@ This release includes updates to the fields in text encodings (CSV and JSON), yo
258258
## 0.14.0 - 2023-06-14
259259

260260
#### Enhancements
261-
- Added `DatatbentoLiveProtocol` class
261+
- Added `DatabentoLiveProtocol` class
262262
- Added `metadata` property to `Live`
263263
- Added support for reusing a `Live` client to reconnect
264264
- Added support for emitting warnings in API response headers

0 commit comments

Comments
 (0)