All notable changes to this project are documented in this file. On the releases page you can see all released versions and download the latest version.
This release change the memory allocation types.
To process large file, stack allocations must be changed to heap allocation. But memory management in c must be made manually with free.