add v1.32.0 release note

This commit is contained in:
c9s 2022-05-05 09:04:04 +08:00
parent 3f734e6236
commit 6b036d8ca6
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

20
doc/release/v1.32.0.md Normal file
View File

@ -0,0 +1,20 @@
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.31.4...main)
## Fixes
- [#590](https://github.com/c9s/bbgo/pull/590): fix: fix net asset field
- [#589](https://github.com/c9s/bbgo/pull/589): fix: use net asset to calculate inUSD
- [#588](https://github.com/c9s/bbgo/pull/588): fix: add interest and fix net asset column
- [#584](https://github.com/c9s/bbgo/pull/584): feature: record nav values into db
## Features
- [#587](https://github.com/c9s/bbgo/pull/587): feature: add grpc port and config in helm chart
- [#586](https://github.com/c9s/bbgo/pull/586): add grpc value in helm chart
- [#581](https://github.com/c9s/bbgo/pull/581): feature: add --sync-exchange option to override backtest sync exchanges
## Tests
- [#585](https://github.com/c9s/bbgo/pull/585): indicator: add test case for boll
## Doc
- [#583](https://github.com/c9s/bbgo/pull/583): doc: add frontend development setup doc