* Using `ramsey_model` with models declared as `linear` would crash during preprocessing when there is a lead/lag >1 on endogenous or >0 on exogenous variables (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/7a758f6779e9665d1d0bdb5fb7191af3cccbc5c)
* Using `identification` with the slice sampler would crash if the `slice_initialize_with_mode` was used (bug fixed in bc048b23)
* The particle filter option `resampling_method` was broken (bug fixed in preprocessor@00b041916dea295fa8ef253095e926cd458f1f1b)
* The `output=third` preprocessor option did not work if no computational commands were present in the mod-file (bug fixed in preprocessor@6f4ba00f)
### Low priority bugs that won't be fixed soon:
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)