Skip to content

Commit f5990ad

Browse files
authored
docs: update release_notes.md (#508)
* Update release_notes.md * Update docs/src/release_notes.md
1 parent 83f8c3d commit f5990ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
### Breaking Changes in `NonlinearSolve.jl` v4
66

77
- `ApproximateJacobianSolveAlgorithm` has been renamed to `QuasiNewtonAlgorithm`.
8-
- Preconditioners for the linear solver needs to be specified with the linear solver
9-
instead of `precs` keyword argument.
8+
- 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.
1010
- See [common breaking changes](@ref common-breaking-changes-v4v2) below.
1111

1212
### Breaking Changes in `SimpleNonlinearSolve.jl` v2

0 commit comments

Comments
 (0)