add v1.33.1 release note

This commit is contained in:
c9s 2022-06-08 13:15:52 +08:00
parent 14ffa0fe2f
commit cf5be950e1
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

14
doc/release/v1.33.1.md Normal file
View File

@ -0,0 +1,14 @@
## Fixes
- fixed sync since time field check (nil pointer error).
- fixed reflect insert for sqlite.
- fixed drift window indicator.
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.33.0...main)
- [#691](https://github.com/c9s/bbgo/pull/691): fix: fix sync since time field check
- [#690](https://github.com/c9s/bbgo/pull/690): config: add dca config
- [#685](https://github.com/c9s/bbgo/pull/685): ci: add node workflow
- [#689](https://github.com/c9s/bbgo/pull/689): fix: fix reflect insert (remove gid field)
- [#688](https://github.com/c9s/bbgo/pull/688): fix: drift window in factorzoo, order_execution print order, refactor…
- [#687](https://github.com/c9s/bbgo/pull/687): fix: check for div zero in drift indicator