Skip to content

Commit d7d83e9

Browse files
committed
Update README.md
1 parent 89f5296 commit d7d83e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ run(sim, datetime+Month(3))
9191
@coroutine fibonnaci(sim)
9292
run(sim, 10)
9393
```
94-
* Starting from SimJulia v0.4.1, `ResumableFunctions` is a separate package exporting the `resumable` and `yield` macro and it is a dependency for `SimJulia`.
94+
* Starting from SimJulia v0.4.1, `ResumableFunctions` is a separate package exporting the `resumable` and `yield` macro and it is a dependency for `SimJulia`. Users have to take into account the following syntax change:
95+
* `@yield return arg` is replaced by `@yield arg`
9596
* The continuous time simulation is based on a quantized state system solver. (EXPERIMENTAL)
9697
```julia
9798
@model function diffeq(t, x, p, dx)

0 commit comments

Comments
 (0)