Skip to content

Commit 665afca

Browse files
committed
Clear release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent e75c90b commit 665afca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66

77
## Upgrading
88

9-
* Rename CLI trade and order functions for clarity
10-
* Rename `receive_trades` to `receive_public_trades`
11-
* Rename `receive_orders` to `receive_gridpool_orders`
12-
13-
- The `stream_*` methods in the client have been renamed to `*_stream`. They no longer return `Receiver` instances, but rather `GrpcStreamBroadcaster` instances. They expose a `new_receiver()` method which can be used to get a new receiver. They also expose a `stop()` method which can be used to stop the background streaming task when the stream is no longer needed.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1410

1511
## New Features
1612

17-
* Print tags and filled (instead of open) quantity for gridpool orders in CLI tool.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1814

1915
## Bug Fixes
2016

0 commit comments

Comments
 (0)