1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-29 06:24:10 +01:00
php-rrule/CHANGELOG.md
2016-03-23 12:04:41 +02:00

21 lines
614 B
Markdown
Executable File

# Changelog
## [Unreleased]
- Fix bug preventing the iteration of multiple instances of RRule at the same time
## [1.0.1] - 2016-03-11
### Fixed
- Ensure the results are returned in the same timezone as DTSTART. [#6](https://github.com/rlanvin/php-rrule/issues/6)
- LogicException namespacing bug. [#3](https://github.com/rlanvin/php-rrule/issues/3)
## 1.0.0 - 2016-03-02
### Added
- First release, everything before that was unversioned (`dev-master` was used).
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/rlanvin/php-rrule/compare/v1.0.0...v1.0.1