add v1.33.2 release note

This commit is contained in:
c9s 2022-06-08 23:17:11 +08:00
parent 9065b5bae7
commit 48764c2b74
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

12
doc/release/v1.33.2.md Normal file
View File

@ -0,0 +1,12 @@
## Fixes
- fixed net profit for zero fee.
- fixed and rewrite binance deposit history sync.
- refactored and fixed the deposity batch query.
- fixed the pnl command and add warning logs.
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.33.1...main)
- [#693](https://github.com/c9s/bbgo/pull/693): fix: fix and rewrite binance deposit history sync
- [#695](https://github.com/c9s/bbgo/pull/695): fix: calcualte fee in quote only when fee is not zero
- [#692](https://github.com/c9s/bbgo/pull/692): fix: fix pnl command calculation and add warning logs