We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba76e30 commit af3f14aCopy full SHA for af3f14a
docs/src/release_notes.md
@@ -5,7 +5,8 @@
5
### Breaking Changes in `NonlinearSolve.jl` v4
6
7
- `ApproximateJacobianSolveAlgorithm` has been renamed to `QuasiNewtonAlgorithm`.
8
- - 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`
9
+ keyword argument to the linear solver instead of to the nonlinear solver.
10
- See [common breaking changes](@ref common-breaking-changes-v4v2) below.
11
12
### Breaking Changes in `SimpleNonlinearSolve.jl` v2
0 commit comments