Releases: nucular/tcclua
Releases · nucular/tcclua
v0.0.2
This release clarifies parts of the documentation and the naming of members.
Non-breaking changes:
- 6a91bde: Rewrote and extended big parts of the documentation
- 43cd941: Added
tcc._NAME
,tcc._VERSION
andtcc.TCC_VERSION
fields
Breaking changes:
- 6a91bde:
tcc.tccdir
is now calledtcc.home_path
State:set_lib_path
was renamedState:set_home_path
for clarity (this means breaking naming consistency with the C API, oh well)