NeuroFormats.jl Changes
=======================

Version 0.2.0
--------------
- BREAKING: no longer exports `interpret_fs_int24` function. This function was exported by accident and it is very unlikely that people used it.
- BREAKING: rename `read_fs_surface` function to `read_surf`.
- Support reading the MRtrix TCK format: function `read_tck`.
- Support reading the TRK format used by the Diffusion Toolkit and TrackVis: `read_trk`.
- Support reading FreeSurfer label files: `read_label`.
- Support reading FreeSurfer brain surface parcellation files, a.k.a. annot files: `read_annot`.
- Add introduction page to documentation, fix generation of API docs. Document return types.


Version 0.1.0
--------------
- Initial release.
- Support reading and writing FreeSurfer curv files: `read_curv` and `write_curv`
- Support reading of FreeSurfer brain meshes: `read_fs_surface`
