* 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)
* Estimation: if the Hessian at the mode was not positive definite, the Laplace approximation returned a complex number, but only displayed the real-valued part (bug fixed in https://git.dynare.org/Dynare/dynare/commit/00757767166083f0c2514f147b73545f75322dc9)
* 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)