Current section

Files

Jump to
parent CHANGELOG.md
Raw

CHANGELOG.md

# 0.3.0
- Added `Parent.GenServer.await_child_termination/2`
# 0.2.0
- Added the support for child timeout. See the "Timeout" section in `Parent.GenServer`.
# 0.1.1
- Bugfix: termination of all children would crash if a timeout occurs while terminating a child
# 0.1.0
- First version