* Estimation: the check for stochastic singularity erroneously does only take estimated measurement error into account (bug fixed in https://git.dynare.org/Dynare/dynare/commit/da0ad6736761a60faf10799f63b81e2c69547b6c)
* Conditional Forecasting: using one period only results in a crash (bug fixed in https://git.dynare.org/Dynare/dynare/commit/33f19d35d9b5fa5f1cf3b72211ef960017bdea6e)
* First order approximation does not work with purely forward-looking models. (see #1641, bug fixed in 7a2d5d4f0ed03f8e925ef4bfb16a8d201c0b0d7f)
* The preprocessor does not allow for inline comments including macro statements (see @preprocessor#8, bug fixed by rewrite of macro processor: commits preprocessor@17e040f3f6f8782448a36106ad7c29715bcebf3a to preprocessor@15620163898dde4883fb99472a2f30956dd40eb5)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
* Using the `STEADY_STATE()` operator on exogenous variables leads to crashes in stochastic simulations (bug not yet fixed; see #825)
* Automatic detrending does not always work properly (see #1389)
*`smoother2histval` does not keep track of whether previously stored results were generate with `loglinear` (bug not yet fixed; see #1407)
* The `initval_file` option does not yet support Dynare's translation of a model into a one lead/lag-model via auxiliary variables (bug not yet fixed; see #1004)
* Using `use_dll` + `fast` does not always recompile the model when the equations are changed (see #1661)