diff --git a/CHANGELOG.md b/CHANGELOG.md index b005661..5732598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v1.4.1 - 2024-02-08 -- added example into events.md - code is taken from SimJulia old doc, ported and tested +- Added examples to the documentation that were lost around the time of the rewrite for v0.5 in 2018. ## v1.4.0 - 2023-08-07 diff --git a/docs/src/guides/events.md b/docs/src/guides/events.md index 8ac4dc6..1a8ed9b 100755 --- a/docs/src/guides/events.md +++ b/docs/src/guides/events.md @@ -67,10 +67,6 @@ The simple mechanics outlined above provide a great flexibility in the way event One example for this is that events can be shared. They can be created by a process or outside of the context of a process. They can be passed to other processes and chained: ```jldoctest -# based on example from -# https://simjuliajl.readthedocs.io/en/stable/topical_guides/3_events.html#example-usages-for-event -# - using ResumableFunctions using ConcurrentSim