add v1.39.2 release note

This commit is contained in:
c9s 2022-08-20 00:10:01 +08:00
parent c0abae90a7
commit 3761d6c36b
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

16
doc/release/v1.39.2.md Normal file
View File

@ -0,0 +1,16 @@
## Fixes
- fixed backtest non-closed kline filtering.
- fixed margin order sync issue.
## Minor
- added sortino ratio.
- added strategy config printing support.
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.39.1...main)
- [#889](https://github.com/c9s/bbgo/pull/889): service/backtest: check and filter kline by its endTime
- [#888](https://github.com/c9s/bbgo/pull/888): binance: fix futures/margin order sync issue
- [#886](https://github.com/c9s/bbgo/pull/886): Add Sortino ratio
- [#881](https://github.com/c9s/bbgo/pull/881): print strategy config