==============================================
* Fixed issue with warning if there is a mismatch between filename and
classname, if the classname is a reserved word (like arguments).
* Fixed a problem with `PR 230`_ introduced in solving `Issue 204`_: when more
than one (sub)directory in the project had the same name, a dict was added to
``entities_table`` that broke autolinking (see also `Issue 235`_).
.. _PR 230: https://github.com/sphinx-contrib/matlabdomain/pull/230
.. _Issue 235: https://github.com/sphinx-contrib/matlabdomain/issues/235