Packages

A cron like system built in Elixir, that you can mount in your supervision tree

Current section

Files

Jump to
cronex CHANGELOG.md
Raw

CHANGELOG.md

# Change log
All notable changes to this project will be documented in this file.
## [Unreleased]
## Version 0.1.1 - 2016/11/05
### Fixed
- Adding jobs to the `Cronex.Table` via the `Cronex.Scheduler`
- `Cronex.Table` ping message handling
## Version 0.1.0 - 2016/11/02
### Added
- Initial version 🎉