- Model-local variables (*i.e.* defined with a `#` sign) can now appear with a lead or a lag in the `model` block (the expression by which they will be replaced will be shifted accordingly) (#1929)
- dseries:
- new routine for converting annual data into quarterly data (dseries@7e552bb61dc7fa102c6f00fa60befed5c03792f2)
- New `--print-table` option to the `dplot` command, for display the results as a table instead of a plot (dseries@8187b0b9dd0e8906bdab0177e9140347ad80b607)
- New `dr_cycle_reduction_maxiter` option to the `stoch_simul`, `estimation` and `method_of_moments` command, to control the maximum number of iterations when the cycle reduction algorithm is used. (#1920, preprocessor!104, !2295)
- Incompatible changes
- Incompatible changes
- :warning: The default filename produced by the `savemacro` option of the `dynare` command has changed. It now contains an underscore (instead of a dash), for better compatibility with MATLAB/Octave syntax (preprocessor#126, preprocessor!105, !2296)