diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0183a447f..0872fd3c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +0.3.10 +================== + +- 增加 :code:`config.yml` 的版本号检查及相关流程 +- 增加 :code:`plot` 关于中文字体的校验,如果系统没有中文字体,则显示英文字段 +- 修正 :code:`Benchmark` 在不设置时某些情况下会导致运行失败的错误 +- 修正 :code:`inspect.unwrap` 在 Python 2.7 下不支持的兼容性问题 +- 修正 :code:`numpy` 在某些平台下没有 `float128` 引起的报错问题 + 0.3.9 ================== diff --git a/docs/source/history.rst b/docs/source/history.rst index 6ebba5c0e..27e1abe5d 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -4,6 +4,15 @@ History ================== +0.3.10 +================== + +- 增加 :code:`config.yml` 的版本号检查及相关流程 +- 增加 :code:`plot` 关于中文字体的校验,如果系统没有中文字体,则显示英文字段 +- 修正 :code:`Benchmark` 在不设置时某些情况下会导致运行失败的错误 +- 修正 :code:`inspect.unwrap` 在 Python 2.7 下不支持的兼容性问题 +- 修正 :code:`numpy` 在某些平台下没有 `float128` 引起的报错问题 + 0.3.9 ================== diff --git a/rqalpha/VERSION.txt b/rqalpha/VERSION.txt index 940ac09aa..5503126d5 100644 --- a/rqalpha/VERSION.txt +++ b/rqalpha/VERSION.txt @@ -1 +1 @@ -0.3.9 +0.3.10