All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
exit_on_signal
to exit instead of raising aSignalException
. Fixes #1.
- Allow to access the executor from outside the signal handler.
- Use
require "sigurd"
without having to require files individually.
- Initial release.