Skip to content

Commit

Permalink
add v1.33.1 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 8, 2022
1 parent 14ffa0f commit cf5be95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/release/v1.33.1.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cf5be95

Please sign in to comment.