---
* `Paramiko <http://pypi.python.org/pypi/paramiko/1.8.0>`_ integration
(`10 <https://github.com/tomerfiliba/plumbum/issues/10>`_)
* CLI: now with built-in support for `sub-commands <https://plumbum.readthedocs.io/en/latest/cli.html#sub-commands>`_.
See also: `43 <https://github.com/tomerfiliba/plumbum/issues/43>`_
* The "import hack" has moved to the package's ``__init__.py``, to make it importable directly
(`45 <https://github.com/tomerfiliba/plumbum/issues/45>`_)
* Paths now support ``chmod`` (on POSIX platform) (`49 <https://github.com/tomerfiliba/plumbum/pull/49>`_)
* The argument name of a ``SwitchAttr`` can now be given to it (defaults to ``VALUE``)
(`46 <https://github.com/tomerfiliba/plumbum/pull/46>`_)