@@ -3,6 +3,8 @@ This page documents the new features in Dynare. For previous versions of Dynare,
Dynare 4.6-unstable
-------------------
- 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))
- Added JSON output to the preprocessor. A representation of the model file and the whole content of the `*.mod` file is saved in `*.json` files. These JSON files can be easily parsed from any language (C++, Fortran, Python, Julia, Matlab, ...). This new feature opens the possibility to develop alternative back-ends for the Dynare language.