============
* Introduce ``LiteTranslator`` and ``FullTranslator`` as
convenience classes for more deterministic behaviour, :pr:`95`.
* ``setuptools`` plugin:
* Fix ``ValueError`` when ``setup.cfg`` contains ``[options.packages.find]``
but also lists ``[options] packages = ...`` explicitly as a list of package
names, :issue:`93`.
* ``pytest`` plugin:
* Remove comments when converting ``addopts`` with multi-line values, :issue:`98`.
* Remove ``ini2toml.api.{errors,types,transformations}`` as they are redundant with
``ini2toml.{errors,types,transformations}``.