diff --git a/CHANGELOG.md b/CHANGELOG.md index 118b1b14d..0159edcbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s #### Blueprint - Certain algorithms that use MPI tags had their tag values lowered since some MPI implementations do not support large values. +- Changed the name of `conduit::blueprint::mesh::matset::to_sparse_by_element()` to `conduit::blueprint::mesh::matset::to_uni_buffer_by_element()` to be more consistent with similar function names. #### Relay - User-supplied warning and error handlers are suspended during `conduit::relay::communicate_using_schema::execute()` so exceptions will be thrown properly when there is an MPI error. The handlers are restored before the execute method returns.