Update CHANGELOG.md

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

View file

@ -6,9 +6,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 the GC to free memory pointed to by an Opaque object. For example:
my_c_obj = calloc(1, sizeof(*my_c_obj_type)); my_c_obj = calloc(1, sizeof(*my_c_obj_type));
make_c_opaque(opq, my_c_obj); make_c_opaque(opq, my_c_obj);
opaque_collect_ptr(&opq) = 1; // Cyclone's GC will free this memory opaque_collect_ptr(&opq) = 1; // Cyclone's GC will free this memory
## 0.15 - February 26, 2020 ## 0.15 - February 26, 2020