@@ -114,6 +114,10 @@ steady state or the dynamic residuals when the nonlinear solver is used. (#349)
- :warning: The `model_info`-command allows to print the block decomposition even if the `block`-option of the `model` has not been used by specifying the new options `block_static` and `block_dynamic`. The old `static`-option of the command is superseded by the `block_static`-option. (45450651 and preprocessor@2fd06811)
- :warning: The default location for the configuration file has changed. On Linux and macOS, the configuration file is searched by default under `dynare/dynare.ini` in the configuration directories defined by the XDG specification (typically `$HOME/.config/dynare/dynare.ini` for the user-specific configuration and `/etc/xdg/dynare/dynare.ini` for the system-wide configuration, the former having precedence over the latter). Under Windows, the configuration file is searched by default in `%APPDATA%\dynare\dynare.ini` (typically `c:\Users\USERNAME\AppData\Roaming\dynare\dynare.ini`) (43b24facb)
- There is now a default value for the global initialization file (`GlobalInitFile` option of the configuration file): the `global_init.m` in the Dynare configuration directory (typically `$HOME/.config/dynare/global_init.m` under Linux and macOS, and `c:\Users\USERNAME\AppData\Roaming\dynare\global_init.m`` under Windows) (43b24facb)
- :warning: the `periods` command has been removed (1b47c8a5e551be046fba8b592d29f38e17099bfe)
- :warning: the `Sigma_e` command has been removed (e30314e75d0d4fa2e587079bdbeeb2e2e4af3383)