diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a91f13c0..02ed13d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## v0.8.1 Adding supports for lag variables (10/01/2021) +## v0.8.1 Adding support for lag variables (10/01/2021) ### Added @@ -16,6 +16,10 @@ - Fix issue for multi-target forecasting when decoder length varies in single batch (#249) - Enable longer subsequences for min_prediction_idx that were previously wrongfully excluded (#250) +### Contributors + +- jdb78 + --- ## v0.8.0 Adding multi-target support (03/01/2021)