From 5001732058d400c31840f3cb991d0afe239bb1a0 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Fri, 26 May 2023 16:53:25 +0100 Subject: [PATCH] DOC: Update release note --- doc/source/changes/6.0.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/changes/6.0.rst b/doc/source/changes/6.0.rst index 9ea71bdaa0..c6a5489d44 100644 --- a/doc/source/changes/6.0.rst +++ b/doc/source/changes/6.0.rst @@ -2,6 +2,14 @@ Version 6 ========= +Release 6.1 +=========== +- Pushed back the adoption of Cython 3 until a later date +- Fixed a bug that occurred when: + + - Using a AR, HAR or other model with lagged dependent variables; and + - ``rescale=True`` or with data that was automatically rescaled. + Release 6.0 =========== - Minimum supported Python is 3.9