| ... | ... | @@ -2,6 +2,10 @@ This page lists changes introduced in MATLAB versions that are the most | 
|  |  | relevant to Dynare development. This information mostly comes from the [MATLAB | 
|  |  | Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). | 
|  |  |  | 
|  |  | # MATLAB 9.8 (R2020a) | 
|  |  |  | 
|  |  | - Support for sparse complex arrays | 
|  |  |  | 
|  |  | # MATLAB 9.7 (R2019b) | 
|  |  |  | 
|  |  | # MATLAB 9.6 (R2019a) | 
| ... | ... | @@ -19,12 +23,16 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). | 
|  |  |  | 
|  |  | # MATLAB 9.2 (R2017a) | 
|  |  |  | 
|  |  | - String arrays can now be constructed using double quotes | 
|  |  |  | 
|  |  | # MATLAB 9.1 (R2016b) | 
|  |  |  | 
|  |  | - Adds “automatic broadcasting”, also known as “implicit expansion” (`bsxfun` | 
|  |  | becomes therefore essentially useless) | 
|  |  | - New `contains` function | 
|  |  | - New `splitlines` function | 
|  |  | - New `jsondecode` function | 
|  |  | - Introduces string arrays (with function `string`) | 
|  |  |  | 
|  |  | # MATLAB 9.0 (R2016a) | 
|  |  |  | 
| ... | ... |  | 
| ... | ... |  |