* Fixed bug where a line continuation (...) in a string could cause the parser to fail.
* Fixed bug introduced in 0.3.2. The word 'function' was also replaced in docstrings.
0.3.2
=============================================
* Fixed bug where a MATLAB class method containing a variable starting with 'function' would cause the parser to fail.
0.3.1
=============================================
* Fixed bug where a MATLAB script with only comments would cause an error.
0.3.0
==============================================
* Fixed `Issue 66 <https://github.com/sphinx-contrib/matlabdomain/issues/66>`_. Sphinx 1.7 broke autodoc :members: functionality. * Changed the requirement to Sphinx >= 1.7.2!
0.2.17
==============================================
* Fixed `Issue 66 <https://github.com/sphinx-contrib/matlabdomain/issues/66>`_. Sphinx 1.7 broke autodoc :members: functionality. * In this release Sphinx is locked to versions below 1.7, the next release will require Sphinx > 1.7. * Added tests of autodoc capabilities.