Skip to content

Commit

Permalink
Update docs/src/release_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 19, 2024
1 parent ba76e30 commit af3f14a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af3f14a

Please sign in to comment.