Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2020-03-05 14:07:27 -05:00 committed by GitHub
parent 38b1b155e3
commit af00faf501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,9 @@
Features
- Updated the C API to optionally allow the GC to free memory pointed to by an Opaque object. For example:
- Updated the C API to optionally allow Cyclone's GC to free memory pointed to by an Opaque object.
For example:
my_c_obj = calloc(1, sizeof(*my_c_obj_type));
make_c_opaque(opq, my_c_obj);