Skip to content

Commit 07604b3

Browse files
format
1 parent 9229567 commit 07604b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pages = ["index.md",
1111
"Solvers" => Any["solvers/solvers.md"],
1212
"Advanced" => Any["advanced/developing.md"
1313
"advanced/custom.md"],
14-
"Release Notes" => "release_notes.md"
14+
"Release Notes" => "release_notes.md",
1515
]

docs/src/release_notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## v2.0
44

5-
* `LinearCache` changed from immutable to mutable. With this, the out of place interfaces like
6-
`set_A` were deprecated for simply mutating the cache, `cache.A = ...`. This fixes some
7-
correctness checks and makes the package more robust while improving performance.
8-
* The default algorithm is now type-stable and does not rely on a dynamic dispatch for the choice.
9-
* IterativeSolvers.jl and KrylovKit.jl were made into extension packages.
10-
* Documentation of the solvers has changed to docstrings
5+
- `LinearCache` changed from immutable to mutable. With this, the out of place interfaces like
6+
`set_A` were deprecated for simply mutating the cache, `cache.A = ...`. This fixes some
7+
correctness checks and makes the package more robust while improving performance.
8+
- The default algorithm is now type-stable and does not rely on a dynamic dispatch for the choice.
9+
- IterativeSolvers.jl and KrylovKit.jl were made into extension packages.
10+
- Documentation of the solvers has changed to docstrings

0 commit comments

Comments
 (0)