Packages

NIF bindings to libical providing icalendar rrule expansion.

Current section

Files

Jump to
excal CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased][]
## [0.2.0][] - 2019-02-02
### Added
- Documentation and typespecs to all public functions.
### Fixed
- Removed usage of unreleased libical features that were only available in libical master. Excal now compiles with libical >= 3.0.0
## 0.1.0 - 2018-07-04
### Initial release
[Unreleased]: https://github.com/peek-travel/excal/compare/0.2.0...HEAD
[0.2.0]: https://github.com/peek-travel/excal/compare/0.1.0...0.2.0