- 101: Supress error when `path.py` is not present as a distribution.
7.6
---
- Pull Request 100: Add ``merge_tree`` method for merging two existing directory trees. - Uses `setuptools_scm <https://github.org/pypa/setuptools_scm>`_ for version management.
7.5
---
- 97: ``__rdiv__`` and ``__rtruediv__`` are now defined.
7.4
---
- 93: chown now appears in docs and raises NotImplementedError if ``os.chown`` isn't present. - 92: Added compatibility support for ``.samefile`` on platforms without ``os.samefile``.
7.3
---
- 91: Releases now include a universal wheel.
7.2
---
- In chmod, added support for multiple symbolic masks (separated by commas). - In chmod, fixed issue in setting of symbolic mask with '=' where unreferenced permissions were cleared.