Fixed - Change of behaviour in `zipfile` since Python 3.7. - `typing.GenericMeta` removed in Python 3.7.
Changed - Bump optional `pycdlib` minimum version to `1.4`.
0.4.0
Changed - Drop support of Python 3.3. - Pin optional `pycdlib` minimum version to `1.3` to avoid `weakref` issues in later versions.
Fixed - Encoding issues with the `TarFS` opener. - `TarFS` checking for member existence more than required is `listdir` or `exists`.
0.3.2
Fixed - Typo in Python 2 code of `TarSaver`. - Potential bug with mix of inferred and explicit directories in `TarReadFS`. - `NoWrapMeta` not working with new typed `WrapFS` metaclass.
Changed - Avoid using private API parts of `pycdlib`.
0.3.1
Fixed - `ArchiveFS` not closing the wrapped filesystem.