diff --git a/CHANGELOG.md b/CHANGELOG.md index c27937e5a4..59ffc7a35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,9 @@ Fixed a memory leak when an error handler was added to a `SUNContext`. Fixes [Gi Fixed a CMake bug that caused an MPI linking error for our C++ examples in some instances. Fixes [GitHub Issue #464](https://github.com/LLNL/sundials/issues/464). +Fixed a bug in `ARKodeSPRKTable_Create` where the coefficient arrays where not +allocated. + ## Changes to SUNDIALS in release v7.0.0 ### Major Feature diff --git a/doc/shared/RecentChanges.rst b/doc/shared/RecentChanges.rst index ef560561bf..a6eef5064e 100644 --- a/doc/shared/RecentChanges.rst +++ b/doc/shared/RecentChanges.rst @@ -62,3 +62,6 @@ Fixed a bug that caused error messages to be cut off in some cases. Fixes `GitHu Fixed a memory leak when an error handler was added to a :c:type:`SUNContext`. Fixes `GitHub Issue #466 `_. Fixed a CMake bug that caused an MPI linking error for our C++ examples in some instances. Fixes `GitHub Issue #464 `_. + +Fixed a bug in :c:func:`ARKodeSPRKTable_Create` where the coefficient arrays +where not allocated.