Add a changelog for cellset's unloading execution resources ability

This commit is contained in:
Haocheng LIU 2018-07-02 14:22:11 -04:00
parent 6c6ebaff0a
commit c3e7de617e
4 changed files with 6 additions and 0 deletions

@ -0,0 +1,5 @@
# Add a release resources API to CellSet and its derived classes
We now offer the ability to unload execution memory from CellSet and its derived
classes(CellSetExplicit, CellSetPermutation and CellSetStructured) using the ReleaseResourcesExecution.

@ -1,4 +1,5 @@
# Add a common API for CoordinateSystem to unload execution resources
We now offer the ability to unload execution memory from ArrayHandleVirtualCoordinate
and CoordinateSystem using the ReleaseResourcesExecution method.