csolve bug authored by Johannes Pfeifer's avatar Johannes Pfeifer
......@@ -6,6 +6,7 @@ This page documents known bugs in Dynare stable.
* `mode_check` will crash if a parameter is estimated to be exactly 0 (bug fixed in 58b336b2)
* `load_mh_file` will not be able to load proposal density if the previous run was done in parallel (bug fixed; see !1835)
* `ramsey_model` will not correctly work with `lmmcp` (bug fixed in 1d10659b)
* `solve_algo=3` (csolve) would ignore user-set `maxit` and `tolf` (bug fixed in 4e0f2bf6)
* The `planner_objective`-values were not based on the correct initialization of auxiliary variables (if any were present) (bug fixed in 0d483ff8)
* `bytecode` will lock the `dynamic.bin`-file upon encountering an exception, requiring a restart of Matlab to able to rerun the file (bug fixed in 271d80ab)
* Estimation with the `block` model option crashes when calling the block Kalman filter (bug fixed in 60bf0fd3)
......
......