Model-local variables can now appear with a lead or a lag authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -19,6 +19,8 @@ Dynare 7 (unstable)
mu = 0 ⟂ 0 < i < 1+2*alpha;
```
- 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)
- 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)
Dynare 6
......
......