Skip to content

Commit 0da8328

Browse files
Test master
1 parent f9f725b commit 0da8328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ The breaking changes in v2.0 are:
2525
for wrapping Fortran solvers in the interface. https://github.com/SciML/SciMLBase.jl/pull/477
2626
- `SDEProblem` constructor was changed to remove an anti-pattern which required passing the diffusion function `g` twice, i.e. `SDEProblem(SDEFunction(f,g),g, ...)`.
2727
Now this is simply `SDEProblem(SDEFunction(f,g),...)`. https://github.com/SciML/SciMLBase.jl/pull/489
28+

0 commit comments

Comments
 (0)