This page documents the bugs fixed in released versions of Dynare. For bugs fixed in previous versions of Dynare, please read the dedicated frozen page on the [DynareWiki](https://archives.dynare.org/DynareWiki/KnownBugs).
Bugs fixed in version 5.5
-------------------------
* If the guess value given to the `steady` command was such that the residuals
are all below tolerance, except some that are `NaN`, then this guess value
was incorrectly accepted as the solution to the steady state problem (bug
fixed in 3a789ca7804c2ff6693dd6179c0ca7bd6c54cec6)
* Homotopy with the `extended_path` command at `order=0` was broken (bug fixed
in 6ed90b3dbff232e26122a8eeba2da7faf6a9c770)
* The command line option `parallel_use_psexec` was ignored (bug fixed in
4fa6101456fa5b0cc141f34234b1568d78384ba2)
* With the `bytecode` option of `model` block, using the operators `abs()`,
`cbrt()` and `sign()` would lead to a crash (bug fixed in
1622c74a53623aedb0bcfc2f958310aaa8a9efd2)
* With the `use_dll` option of `model` block, the expression `sign(x)` would
evaluate to ±1 instead of 0 if `x=0` (bug fixed in