From f5990ad9ce6ecb09c27dfb422e900aa060a90c93 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:45:27 +1100 Subject: [PATCH] docs: update release_notes.md (#508) * Update release_notes.md * Update docs/src/release_notes.md --- docs/src/release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 0d4ce25e8..c97e5e584 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -5,8 +5,8 @@ ### 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