* Changed: Avoid automatically enabling the ``force_overwrite`` option in ``AudioModifier.apply_on_index``. The user is now required to set this manually.
0.5.0
--------------------------
* Added: ``compressDynamicRange``: option to restore original peak.
0.4.3
--------------------------
* Fixed: Replace ``utils.mk_dirs`` with ``audeer.mkdir`` (improve thread-safety)
0.4.1
--------------------------
* Added: ``IntList`` and ``FloatList`` as companions to ``StrList``. * Fixed: ``FloatNorm`` now provided with class members.