Skip to content

Commit

Permalink
update change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed May 12, 2024
1 parent 42240b6 commit eea7c01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/LLNL/sundials/issues/466>`_.

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 :c:func:`ARKodeSPRKTable_Create` where the coefficient arrays
where not allocated.

0 comments on commit eea7c01

Please sign in to comment.