datastruct Changelog
=======================


0.3 (2020-05-16)
----------------

- Implemented function to merge dicts and use it in `from_filenames`.


0.2 (2020-05-05)
----------------

- Improved the code by refactoring
- Added `DataStruct.from_filenames` to allow merging multiple files.
- Implemented DataStruct.__init_subclass__ to catch wrong annotations
  at definition time
- Enhanced the information included in the exceptions.
- Much more testing.

0.1 (2020-04-03)
----------------

- first public release.
