- :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 `periods` command has been removed (1b47c8a5e551be046fba8b592d29f38e17099bfe)
- :warning: the `Sigma_e` command has been removed (e30314e75d0d4fa2e587079bdbeeb2e2e4af3383)
- :warning: the `block` option of the `model` block no longer has an effect when used in conjunction with `stoch_simul` or `estimation` commands (8f1a4cb3637fe4936ade877c88e6a120af2b5f24)
- :warning: the Dynare++ executable is no longer distributed, since almost all of its functionalities have been integrated inside Dynare for MATLAB/Octave (c1922c3ad0a920d48fd32ec7026bfd5ebd55a824)
- :warning: a macro-processor variable defined without a value (such as `@#define var` in the `.mod` file or alternatively `-Dvar` on the `dynare` command line) is now assigned the `true` logical value (it was previously assigned `1`) (preprocessor#43)