* Switch to PEP 420 for namespace package. * Require Python 3.6 or later.
5.3.0
======
* ``symlink`` function now supplies the ``SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE`` flag so that symbolic links can be created without elevated privileges as long as developer mode is enabled. See `this blog <https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/>`_ for more details.
5.2.0
======
* Add ``batch`` module from ``jaraco.develop.environ``.
5.1.0
======
* 16: Added ability to construct HTMLSnippet from a fragment, utilizing that function in set_html. Now ``get/set_html`` are tested and work as intended.
5.0.0
======
* Require Python 3.6 and later.
4.0
===
Switch to `pkgutil namespace technique <https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_ for the ``jaraco`` namespace.