From ba76e307b13c51a6ecf55c81ef8929ea621c02b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Pasquier?= <4486578+briochemc@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:42:58 +1100 Subject: [PATCH] Update release_notes.md --- docs/src/release_notes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 0d4ce25e8..34da3ea19 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -5,8 +5,7 @@ ### Breaking Changes in `NonlinearSolve.jl` v4 - `ApproximateJacobianSolveAlgorithm` has been renamed to `QuasiNewtonAlgorithm`. - - Preconditioners for the linear solver needs to be specified with the linear solver - instead of `precs` keyword argument. + - 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