From af3f14a8225a119936e6ae4b20f76376d0daa737 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 18 Nov 2024 21:45:06 -0500 Subject: [PATCH] Update docs/src/release_notes.md --- docs/src/release_notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 34da3ea19..c97e5e584 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -5,7 +5,8 @@ ### Breaking Changes in `NonlinearSolve.jl` v4 - `ApproximateJacobianSolveAlgorithm` has been renamed to `QuasiNewtonAlgorithm`. - - Preconditioners for the linear solver needs to be passed with the `precs` keyword argument to the linear solver instead of to the nonlinear solver. + - Preconditioners for the linear solver needs to be passed with the `precs` + keyword argument to the linear solver instead of to the nonlinear solver. - See [common breaking changes](@ref common-breaking-changes-v4v2) below. ### Breaking Changes in `SimpleNonlinearSolve.jl` v2