Skip to content

Commit 20efda5

Browse files
committed
update recent changes
1 parent 11cc7fc commit 20efda5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ the next major release. Use `SUN_CSC_MAT` and `SUN_CSR_MAT` instead.
5858

5959
The `N_Vector_S` typedef to `N_Vector*` is deprecated and will be removed in the next major release.
6060

61+
The `CVodeSetMonitorFn` and `CVodeSetMonitorFrequency` functions have been deprecated and will be
62+
removed in the next major release.
63+
6164
## Changes to SUNDIALS in release 7.5.0
6265

6366
### Major Features

doc/shared/RecentChanges.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ The ``CSC_MAT`` and ``CSR_MAT`` macros defined in ``sunmatrix_sparse.h`` will be
5656
the next major release. Use ``SUN_CSC_MAT`` and ``SUN_CSR_MAT`` instead.
5757

5858
The ``N_Vector_S`` typedef to ``N_Vector*`` is deprecated and will be removed in the next major release.
59+
60+
The ``CVodeSetMonitorFn`` and ``CVodeSetMonitorFrequency`` functions have been deprecated and will be
61+
removed in the next major release.

0 commit comments

Comments
 (0)