@@ -4,6 +4,7 @@ This page documents known bugs in Dynare stable.
* The indexing of `M_.endo_trends` was off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/2758f46c83f847fb56a5107b16a05300ee11dc70)
* Under Windows, when the default installation location is chosen (`c:\dynare\`), Dynare installation files can be modified by unpriviledged local users (bug fixed in 689355ebc8850472508e997674b2482e5233601e)
* The variable label for exogenous leads and lags was incorrect for leads and lags of exogenous variables in the display of decision rules and in `model_info` (bug fixed in 1866286f and 1219f085)
* Specifying `trend_var` while not having a `var(deflator=...)` statement would cause the preprocessor to crash (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/1c813a1cf91fecf29f3575f7cf730077ed2a28d0)
* OccBin:
* running `calib_smoother` with `smoother_inversion_filter` would crash unless `likelihood_inversion_filter` was also specified (bug fixed in 4e4cd75c)
* running the PKF smoother would crash if an error was encountered during computation of the decision rules (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1879)