diff --git a/NEWS.md b/NEWS.md index 14686c9..f0e4e23 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# bayesianVARs (development version) + +* vcov.bayesianVARs_bvar method now can be specified for specific time-points. +* bugfix in cpp function which constructs variance-covariance matrices. If a Cholesky structure for the errors had been specified, exported functions such as vcov, predict and fitted were affected. + # bayesianVARs 0.1.1 * Fixed clang-UBSAN issue.