@@ -3,6 +3,11 @@ This page documents the new features in Dynare. For previous versions of Dynare,
Dynare 4.6-unstable
-------------------
- Improvements to option `use_dll`:
- compilation is now faster on large models (by disabling targeted optimization flags in the compiler)
- it is no longer necessary to configure MATLAB for compiling MEX files, since the compilation is done by the preprocessor; on Windows, a suitable compiler (MinGW) ships with the Dynare installer; on other platforms, GCC must be in the path
- Options `solve_algo=7` and `stack_solve_algo=2` now work under Octave
- The macroprocessor now accepts empty arrays, with the `[]` syntax ([#707](https://github.com/DynareTeam/dynare/issues/707))