From cf5be950e105d265fd544bd1b0b7f1e3962a66ed Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 8 Jun 2022 13:15:52 +0800 Subject: [PATCH] add v1.33.1 release note --- doc/release/v1.33.1.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/release/v1.33.1.md diff --git a/doc/release/v1.33.1.md b/doc/release/v1.33.1.md new file mode 100644 index 000000000..fad27137f --- /dev/null +++ b/doc/release/v1.33.1.md @@ -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